Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5211 in orxonox.OLD for trunk/src/lib/graphics/render2D


Ignore:
Timestamp:
Sep 21, 2005, 2:21:41 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: valgrind mem-leak-recovered

Location:
trunk/src/lib/graphics/render2D
Files:
2 edited

Legend:

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

    r5118 r5211  
    9090  this->parent = NULL;
    9191  this->children = new tList<Element2D>;
     92  this->absDirection = 0.0;
    9293  this->relDirection = 0.0;
    9394  this->bRelCoorChanged = true;
     
    844845NullElement2D::~NullElement2D ()
    845846{
    846   //delete singletonRef;
    847847  NullElement2D::singletonRef = NULL;
    848848}
  • trunk/src/lib/graphics/render2D/element_2d.h

    r5113 r5211  
    193193    Vector                  absCoordinate;      //!< absolute coordinates in the world ( from (0,0,0) )
    194194    float                   relDirection;       //!< direction relative to the parent
    195     float                   absDirection;       //!< absolute direvtion in the world ( from (0,0,1) )
     195    float                   absDirection;       //!< absolute diretion in the world ( from (0,0,1) )
    196196
    197197    Vector                  prevRelCoordinate;  //!< The last Relative Coordinate from the last update-Cycle.
Note: See TracChangeset for help on using the changeset viewer.