Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5769 in orxonox.OLD for trunk/src/story_entities/world.cc


Ignore:
Timestamp:
Nov 24, 2005, 11:18:39 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: sync

File:
1 edited

Legend:

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

    r5751 r5769  
    666666
    667667  /* update the object position before game start - so there are no wrong coordinates used in the first processing */
    668   NullParent::getInstance()->update (0.001f);
    669   NullParent::getInstance()->update (0.001f);
     668  NullParent::getInstance()->updateNode (0.001f);
     669  NullParent::getInstance()->updateNode (0.001f);
    670670
    671671}
     
    928928  GarbageCollector::getInstance()->update();
    929929  GraphicsEngine::getInstance()->update(this->dtS);
    930   NullParent::getInstance()->update (this->dtS);
     930  NullParent::getInstance()->updateNode (this->dtS);
    931931
    932932  SoundEngine::getInstance()->update();
Note: See TracChangeset for help on using the changeset viewer.