Changeset 7889 in orxonox.OLD for branches/gui/src/lib/graphics/text_engine/text.cc
- Timestamp:
- May 27, 2006, 3:14:45 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/lib/graphics/text_engine/text.cc
r7877 r7889 189 189 return; 190 190 glPushMatrix(); 191 glPushAttrib(GL_ENABLE_BIT); 191 192 // transform for alignment. 192 193 if (this->getAlignment() == TEXT_ALIGN_RIGHT) … … 230 231 } 231 232 glEnd(); 233 glPopAttrib(); 232 234 glPopMatrix(); 233 235 }
Note: See TracChangeset
for help on using the changeset viewer.