Changeset 9718 in orxonox.OLD for branches/new_class_id/src/lib/graphics/text_engine/text.cc
- Timestamp:
- Sep 1, 2006, 11:56:54 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/graphics/text_engine/text.cc
r9715 r9718 235 235 glRotatef(this->getAbsDir2D(), 0, 0, 1); 236 236 237 Glyph* tmpGlyph;237 const Font::Glyph* tmpGlyph; 238 238 float posX = 0.0f; 239 239 glBegin(GL_QUADS);
Note: See TracChangeset
for help on using the changeset viewer.