Changeset 9061 in orxonox.OLD for trunk/src/lib/graphics/text_engine
- Timestamp:
- Jul 3, 2006, 6:39:10 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/text_engine/font_data.cc
r8765 r9061 279 279 Glyph* tmpGlyph; 280 280 281 if ( tmpGlyph = this->glyphArray[i])281 if ((tmpGlyph = this->glyphArray[i]) != NULL) 282 282 { 283 283 if (tmpGlyph->height*this->renderSize > maxLineHeight)
Note: See TracChangeset
for help on using the changeset viewer.