Changeset 1674 for code/branches/gui/src/orxonox/gamestates/GSIOConsole.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/GSIOConsole.cc
r1672 r1674 58 58 } 59 59 60 void GSIOConsole::ticked( float dt, uint64_ttime)60 void GSIOConsole::ticked(const Clock& time) 61 61 { 62 62 std::string command; … … 64 64 CommandExecutor::execute(command, true); 65 65 66 tickChild( dt,time);66 tickChild(time); 67 67 } 68 68 }
Note: See TracChangeset
for help on using the changeset viewer.