Changeset 1454 for code/branches/network/src/orxonox/GraphicsEngine.cc
- Timestamp:
- May 28, 2008, 6:45:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network/src/orxonox/GraphicsEngine.cc
r1446 r1454 45 45 #include "core/Debug.h" 46 46 #include "core/CommandExecutor.h" 47 #include "core/TclBind.h" 47 48 #include "console/InGameConsole.h" 48 49 … … 83 84 SetConfigValue(ogreLogLevelNormal_ , 4).description("Corresponding orxonox debug level for ogre Normal"); 84 85 SetConfigValue(ogreLogLevelCritical_, 2).description("Corresponding orxonox debug level for ogre Critical"); 86 87 TclBind::getInstance().setDataPath(this->dataPath_); 85 88 } 86 89
Note: See TracChangeset
for help on using the changeset viewer.