Changeset 1826 for code/trunk/src/orxonox/gamestates/GSRoot.cc
- Timestamp:
- Sep 22, 2008, 10:11:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/gamestates/GSRoot.cc
r1795 r1826 44 44 #include "core/TclBind.h" 45 45 #include "core/TclThreadManager.h" 46 #include "tools/Timer.h" 46 47 #include "GraphicsEngine.h" 47 48 #include "Settings.h" … … 179 180 { 180 181 TclThreadManager::getInstance().tick(time.getDeltaTime()); 182 183 for (ObjectList<TimerBase>::iterator it = ObjectList<TimerBase>::begin(); it; ++it) 184 it->tick(time); 181 185 182 186 this->tickChild(time);
Note: See TracChangeset
for help on using the changeset viewer.