Changeset 9685 in orxonox.OLD for branches/new_class_id/src/lib/graphics/text_engine/font.cc
- Timestamp:
- Aug 22, 2006, 1:16:23 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/graphics/text_engine/font.cc
r8989 r9685 29 29 #include "compiler.h" 30 30 31 NewObjectListDefinition(Font); 31 32 32 33 Font::Font() … … 130 131 this->setBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); 131 132 132 this-> setClassID(CL_FONT, "Font");133 this->registerObject(this, Font::_objectList); 133 134 if (Font::defaultFontData.get() == NULL) 134 135 {
Note: See TracChangeset
for help on using the changeset viewer.