Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7758 in orxonox.OLD


Ignore:
Timestamp:
May 21, 2006, 11:29:55 PM (18 years ago)
Author:
bensch
Message:

trunk: minor positional fixes, and Shell Funtioning as intended again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/text_engine/multi_line_text.cc

    r7757 r7758  
    1818#include "multi_line_text.h"
    1919#include "font.h"
    20 
    21 using namespace std;
    2220
    2321/**
     
    9795      // go to the next Line.
    9896      ++lineNumber;
    99       posX = 10.0f;
     97      posX = 0.0f;
    10098      posY += this->lineSpacing + this->getSize(); //this->getFont()->getMaxHeight();
    10199    }
     
    153151}
    154152
     153/**
     154 * @brief print out some nice debug output
     155 */
    155156void MultiLineText::debug() const
    156157{
Note: See TracChangeset for help on using the changeset viewer.