Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6848 in orxonox.OLD for trunk/src/lib/graphics/render2D/element_2d.h


Ignore:
Timestamp:
Jan 30, 2006, 2:56:54 AM (18 years ago)
Author:
patrick
Message:

trunk: switching to element2sd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/render2D/element_2d.h

    r6841 r6848  
    114114    inline void setVisibility(bool visible) { this->bVisible = visible; };
    115115    /** @returns the visibility state */
    116     inline bool isVisible() { return this->bVisible; };
     116    inline bool isVisible() const { return this->bVisible; };
    117117
    118118
Note: See TracChangeset for help on using the changeset viewer.