Changeset 6848 in orxonox.OLD for trunk/src/lib/graphics/render2D
- Timestamp:
- Jan 30, 2006, 2:56:54 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/render2D/element_2d.h
r6841 r6848 114 114 inline void setVisibility(bool visible) { this->bVisible = visible; }; 115 115 /** @returns the visibility state */ 116 inline bool isVisible() { return this->bVisible; };116 inline bool isVisible() const { return this->bVisible; }; 117 117 118 118
Note: See TracChangeset
for help on using the changeset viewer.