Changeset 6183 for code/branches/presentation2/src/orxonox/overlays
- Timestamp:
- Nov 30, 2009, 11:07:06 AM (15 years ago)
- Location:
- code/branches/presentation2/src/orxonox/overlays
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/overlays/InGameConsole.cc
r6182 r6183 357 357 @brief Used to control the actual scrolling and the cursor. 358 358 */ 359 void InGameConsole:: update(const Clock& time)359 void InGameConsole::preUpdate(const Clock& time) 360 360 { 361 361 if (this->scroll_ != 0) -
code/branches/presentation2/src/orxonox/overlays/InGameConsole.h
r6180 r6183 52 52 void setConfigValues(); 53 53 54 void update(const Clock& time);54 void preUpdate(const Clock& time); 55 55 56 56 static void openConsole();
Note: See TracChangeset
for help on using the changeset viewer.