Changeset 5769 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Nov 24, 2005, 11:18:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/world.cc
r5751 r5769 666 666 667 667 /* 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); 670 670 671 671 } … … 928 928 GarbageCollector::getInstance()->update(); 929 929 GraphicsEngine::getInstance()->update(this->dtS); 930 NullParent::getInstance()->update (this->dtS);930 NullParent::getInstance()->updateNode (this->dtS); 931 931 932 932 SoundEngine::getInstance()->update();
Note: See TracChangeset
for help on using the changeset viewer.