Changeset 6010 for code/branches/console/src/orxonox
- Timestamp:
- Oct 31, 2009, 11:13:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/orxonox/overlays/InGameConsole.cc
r6004 r6010 68 68 */ 69 69 InGameConsole::InGameConsole() 70 : shell_(new Shell("InGameConsole", true ))70 : shell_(new Shell("InGameConsole", true, true)) 71 71 , consoleOverlay_(0) 72 72 , consoleOverlayContainer_(0) … … 255 255 // we take -1.2 because the border makes the panel bigger 256 256 this->consoleOverlayContainer_->setTop(-1.2 * this->relativeHeight); 257 258 this->shell_->addOutputLevel(true);259 257 260 258 COUT(4) << "Info: InGameConsole initialized" << std::endl;
Note: See TracChangeset
for help on using the changeset viewer.