Changeset 8756 in orxonox.OLD for branches/fontdata/src/lib/graphics/text_engine/text.cc
- Timestamp:
- Jun 23, 2006, 8:34:56 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fontdata/src/lib/graphics/text_engine/text.cc
r8755 r8756 179 179 if (newFont == NULL) 180 180 { 181 // newFont = Font::getDefaultFont();181 // newFont = &Font::(); 182 182 PRINTF(2)("Font %s could not be loaded, probably file not found\n", fontFile.c_str()); 183 183 } … … 188 188 189 189 // unloading the Font if we alrady have one loaded. 190 190 191 this->_font = *newFont; 191 192 // if (oldFont != NULL && oldFont != Font::getDefaultFont())
Note: See TracChangeset
for help on using the changeset viewer.