Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Sep 22, 2005, 4:02:08 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: some more fixing of the Errors reported by valgrind
removed some stuff in patrick's collision-detection.
also changed Vector* to Vector in Rectangle (patrick tell me, if this is not ok - but i doubt it :))

File:
1 edited

Legend:

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

    r5181 r5215  
    190190  // information about the Font
    191191  TTF_Font*     font;                //!< The font we use for this.
    192   char*         fontFile;            //!< The fontfile from whitch the font was loaded.
    193192  unsigned int  fontSize;            //!< The size of the font in pixels. each Font has one size.
    194193  int           renderStyle;         //!< The Renderstyle
Note: See TracChangeset for help on using the changeset viewer.