- Timestamp:
- Nov 1, 2008, 2:51:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/gamestates/GSLevel.cc
r2073 r2084 163 163 void GSLevel::ticked(const Clock& time) 164 164 { 165 // Call the scene objects 166 for (ObjectList<Tickable>::iterator it = ObjectList<Tickable>::begin(); it; ++it) 167 it->tick(time.getDeltaTime() * this->timeFactor_); 165 // Commented by 1337: Temporarily moved to GSGraphics. 166 //// Call the scene objects 167 //for (ObjectList<Tickable>::iterator it = ObjectList<Tickable>::begin(); it; ++it) 168 // it->tick(time.getDeltaTime() * this->timeFactor_); 168 169 } 169 170
Note: See TracChangeset
for help on using the changeset viewer.