Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 19, 2005, 1:16:20 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: removed old unused functionality, and added some comments

File:
1 edited

Legend:

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

    r5403 r5404  
    840840/**
    841841 * draws all the Elements from this element2D downwards
    842  * @param layer the maximal Layer to draw.
    843  */
    844 void Element2D::draw2D(E2D_LAYER layer) const
     842 * @param layer the maximal Layer to draw. @see E2D_LAYER
     843 */
     844void Element2D::draw2D(short layer) const
    845845{
    846846  if (this->visible)
Note: See TracChangeset for help on using the changeset viewer.