Changeset 7738 in orxonox.OLD for trunk/src/lib/graphics/text_engine
- Timestamp:
- May 20, 2006, 12:23:05 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/text_engine/multi_line_text.cc
r7737 r7738 98 98 ++lineNumber; 99 99 posX = 0.0f; 100 posY += this->lineSpacing + this->get Font()->getMaxHeight();100 posY += this->lineSpacing + this->getSize(); //this->getFont()->getMaxHeight(); 101 101 } 102 102
Note: See TracChangeset
for help on using the changeset viewer.