Changeset 8522 for code/branches/unity_build/src/orxonox
- Timestamp:
- May 20, 2011, 4:05:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/unity_build/src/orxonox/overlays/InGameConsole.cc
r8515 r8522 590 590 colourBottom = ColourValue(0.90f, 0.90f, 0.90f, 1.00f); break; 591 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 592 595 default: colourTop = ColourValue(0.90f, 0.90f, 0.90f, 1.00f); 593 596 colourBottom = ColourValue(1.00f, 1.00f, 1.00f, 1.00f); break;
Note: See TracChangeset
for help on using the changeset viewer.