Added support for texture object manager, which provides an automatic mechansim

for reusing deleted textures.
This commit is contained in:
Robert Osfield
2003-07-14 14:42:10 +00:00
parent 94d8e72ad3
commit 1b9d7d458a
18 changed files with 795 additions and 387 deletions

View File

@@ -202,9 +202,8 @@ public:
enum DrawModeMask
{
TEXT = 1, /// default
TEXT_PIXMAP = 2,
BOUNDINGBOX = 4,
ALIGNMENT = 8
BOUNDINGBOX = 2,
ALIGNMENT = 4
};
void setDrawMode(unsigned int mode);