Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 25, 2008, 9:07:55 PM (16 years ago)
Author:
rgrieder
Message:

Added documentation for OrxonoxOverlay and clarified the size/actual size mess.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hud/src/orxonox/overlays/OverlayText.h

    r1615 r1622  
    5656
    5757        void setTextSize(float size) { this->setSize(Vector2(size, size)); }
    58         float getTextSize() const    { return this->getUncorrectedSize().y; }
     58        float getTextSize() const    { return this->getSize().y; }
    5959
    6060        Ogre::TextAreaOverlayElement* text_;
Note: See TracChangeset for help on using the changeset viewer.