Changeset 1674 for code/branches/gui/src/orxonox/gamestates/GSStandalone.cc
- Timestamp:
- Aug 28, 2008, 8:30:25 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/orxonox/gamestates/GSStandalone.cc
r1672 r1674 70 70 } 71 71 72 void GSStandalone::ticked( float dt, uint64_ttime)72 void GSStandalone::ticked(const Clock& time) 73 73 { 74 GSLevel::ticked(dt, time); 75 76 this->tickChild(dt, time); 74 GSLevel::ticked(time); 75 this->tickChild(time); 77 76 } 78 77 }
Note: See TracChangeset
for help on using the changeset viewer.