Changeset 7758 in orxonox.OLD for trunk/src/lib
- Timestamp:
- May 21, 2006, 11:29:55 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/text_engine/multi_line_text.cc
r7757 r7758 18 18 #include "multi_line_text.h" 19 19 #include "font.h" 20 21 using namespace std;22 20 23 21 /** … … 97 95 // go to the next Line. 98 96 ++lineNumber; 99 posX = 10.0f;97 posX = 0.0f; 100 98 posY += this->lineSpacing + this->getSize(); //this->getFont()->getMaxHeight(); 101 99 } … … 153 151 } 154 152 153 /** 154 * @brief print out some nice debug output 155 */ 155 156 void MultiLineText::debug() const 156 157 {
Note: See TracChangeset
for help on using the changeset viewer.