Changeset 5084 in orxonox.OLD for trunk/src/story_entities/world.cc
- Timestamp:
- Aug 19, 2005, 2:37:18 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/world.cc
r5078 r5084 637 637 NullParent::getInstance()->update (0.001f); 638 638 NullParent::getInstance()->update (0.001f); 639 639 640 } 640 641 … … 887 888 GarbageCollector::getInstance()->update(); 888 889 NullParent::getInstance()->update (this->dtS); 890 GraphicsEngine::getInstance()->update(this->dtS); 889 891 890 892 SoundEngine::getInstance()->update();
Note: See TracChangeset
for help on using the changeset viewer.