Changeset 7889 in orxonox.OLD for branches/gui/src/lib/graphics/text_engine/multi_line_text.cc
- Timestamp:
- May 27, 2006, 3:14:45 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/lib/graphics/text_engine/multi_line_text.cc
r7758 r7889 64 64 return; 65 65 glPushMatrix(); 66 glPushAttrib(GL_ENABLE_BIT); 66 67 // transform for alignment. 67 68 // TODO make the Stuff with the alignment … … 117 118 } 118 119 glEnd(); 120 glPopAttrib(); 119 121 glPopMatrix(); 120 122 }
Note: See TracChangeset
for help on using the changeset viewer.