Changeset 4681 in orxonox.OLD for orxonox/trunk/src/lib/graphics/text_engine.cc
- Timestamp:
- Jun 24, 2005, 12:32:14 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/text_engine.cc
r4597 r4681 254 254 glTranslatef(pos.x, pos.y, 0); 255 255 256 // printf("%d, %d\n", this->font->getFastTextureID(), glyphArray[65]->displayList);257 256 char* tmpText = this->text; 258 257 while (*tmpText != '\0')
Note: See TracChangeset
for help on using the changeset viewer.