Changeset 9039 in orxonox.OLD for branches/single_player_map/src/lib
- Timestamp:
- Jul 3, 2006, 3:16:31 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/single_player_map/src/lib/graphics/text_engine/font_data.cc
r8765 r9039 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.