Changeset 3291 for code/branches/core4/src/orxonox/overlays/console
- Timestamp:
- Jul 14, 2009, 11:50:47 AM (16 years ago)
- Location:
- code/branches/core4/src/orxonox/overlays/console
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core4/src/orxonox/overlays/console/InGameConsole.cc
r3279 r3291 172 172 @brief Initializes the InGameConsole. 173 173 */ 174 void InGameConsole::initialise( int windowWidth, int windowHeight)174 void InGameConsole::initialise() 175 175 { 176 176 // create the corresponding input state … … 248 248 this->consoleOverlayContainer_->addChild(this->consoleOverlayNoise_); 249 249 250 this->windowResized( windowWidth, windowHeight);250 this->windowResized(this->getWindowWidth(), this->getWindowWidth()); 251 251 252 252 // move overlay "above" the top edge of the screen -
code/branches/core4/src/orxonox/overlays/console/InGameConsole.h
r3290 r3291 46 46 ~InGameConsole(); 47 47 48 void initialise( int windowWidth, int windowHeight);48 void initialise(); 49 49 void destroy(); 50 50 void setConfigValues();
Note: See TracChangeset
for help on using the changeset viewer.