Changeset 8996 for code/branches/presentation2011/src/libraries/core
- Timestamp:
- Dec 18, 2011, 1:18:51 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2011/src/libraries/core/GUIManager.cc
r8980 r8996 223 223 224 224 GUIManager* GUIManager::singletonPtr_s = 0; 225 /*static*/ const std::string GUIManager::defaultScheme_ = " Orxonox"; //TaharezGreen225 /*static*/ const std::string GUIManager::defaultScheme_ = "TaharezGreen"; //Alternative: Orxonox (not fully complete yet, see the graphics menu) 226 226 227 227 SetConsoleCommand("showGUI", &GUIManager::showGUI).defaultValue(1, false).defaultValue(2, false);
Note: See TracChangeset
for help on using the changeset viewer.