Changeset 5404 in orxonox.OLD for trunk/src/lib/graphics/render2D/element_2d.cc
- Timestamp:
- Oct 19, 2005, 1:16:20 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/render2D/element_2d.cc
r5403 r5404 840 840 /** 841 841 * draws all the Elements from this element2D downwards 842 * @param layer the maximal Layer to draw. 843 */ 844 void Element2D::draw2D( E2D_LAYERlayer) const842 * @param layer the maximal Layer to draw. @see E2D_LAYER 843 */ 844 void Element2D::draw2D(short layer) const 845 845 { 846 846 if (this->visible)
Note: See TracChangeset
for help on using the changeset viewer.