Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5401 in orxonox.OLD for trunk/src/story_entities


Ignore:
Timestamp:
Oct 18, 2005, 11:57:44 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: new Layering system works, now i have to do the check on reparenting, so no lower layers are children of high-layer-parents

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/world.cc

    r5397 r5401  
    9999  this->path = NULL;
    100100  this->constuctorInit(name, -1);
    101   //NullParent* np = NullParent::getInstance();
    102101}
    103102
     
    10271026                  Vector* relCoor, Quaternion* relDir)
    10281027{
    1029   NullParent::getInstance();
    10301028  if( parentNode != NULL)
    10311029    {
Note: See TracChangeset for help on using the changeset viewer.