Changeset 8729 for code/trunk/src/orxonox/overlays
- Timestamp:
- Jul 4, 2011, 2:47:44 AM (13 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
-
code/trunk/src/orxonox/overlays/InGameConsole.cc
r8484 r8729 91 91 this->setConfigValues(); 92 92 this->initialise(); 93 94 // Output buffering is not anymore needed. Not the best solution to do 95 // this here, but there isn't much of another way. 96 OutputHandler::getInstance().disableMemoryLog(); 93 97 } 94 98 … … 586 590 colourBottom = ColourValue(0.90f, 0.90f, 0.90f, 1.00f); break; 587 591 592 case Shell::TDebug: colourTop = ColourValue(0.90f, 0.00f, 0.90f, 1.00f); 593 colourBottom = ColourValue(1.00f, 0.00f, 1.00f, 1.00f); break; 594 588 595 default: colourTop = ColourValue(0.90f, 0.90f, 0.90f, 1.00f); 589 596 colourBottom = ColourValue(1.00f, 1.00f, 1.00f, 1.00f); break;
Note: See TracChangeset
for help on using the changeset viewer.