Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5337 in orxonox.OLD for trunk/src/lib/graphics/text_engine.h


Ignore:
Timestamp:
Oct 9, 2005, 1:57:46 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: text-read from XPM works, but there still is an error in displaying them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/text_engine.h

    r5336 r5337  
    177177
    178178  /** @returns a Pointer to the Array of Glyphs */
    179   inline Glyph** getGlyphArray() const { return glyphArray; };
     179  inline Glyph** getGlyphArray() const { return this->glyphArray; };
    180180  /** @returns the texture to the fast-texture */
    181   inline GLuint getFastTextureID() const { return fastTextureID; };
     181  inline GLuint getFastTextureID() const { return this->fastTextureID; };
    182182  /** @returns the default Font */
    183183  inline static Font* getDefaultFont() { return Font::defaultFont; };
Note: See TracChangeset for help on using the changeset viewer.