Changeset 1672 for code/branches/gui/src/orxonox/gamestates/GSIO.cc
- Timestamp:
- Aug 27, 2008, 10:21:39 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/orxonox/gamestates/GSIO.cc
r1670 r1672 58 58 } 59 59 60 void GSIO::ticked(float dt )60 void GSIO::ticked(float dt, uint64_t time) 61 61 { 62 this->tickChild(dt );62 this->tickChild(dt, time); 63 63 //Ogre::Root& ogreRoot = Ogre::Root::getSingleton(); 64 64
Note: See TracChangeset
for help on using the changeset viewer.