Changeset 679
- Timestamp:
- Dec 23, 2007, 11:26:17 PM (17 years ago)
- Location:
- code/branches/FICN
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/GraphicsEngine.cc
r616 r679 64 64 root_ = new Root(NULL, configPath_ + "ogre.cfg", configPath_ + "Ogre.log"); 65 65 #endif*/ 66 root_ = new Root(); 66 #if defined(_DEBUG) && defined(WIN32) 67 std::string plugin_filename = "plugins_d.cfg"; 68 #else 69 std::string plugin_filename = "plugins.cfg"; 70 #endif 71 root_ = new Root(plugin_filename); 67 72 } 68 73 -
code/branches/FICN/visual_studio
-
Property
svn:ignore
set to
obj
-
Property
svn:ignore
set to
-
code/branches/FICN/visual_studio/benixonox.vcproj
r678 r679 472 472 > 473 473 <File 474 RelativePath=". \bin\levels\sample.oxw"474 RelativePath="..\bin\levels\sample.oxw" 475 475 > 476 476 </File>
Note: See TracChangeset
for help on using the changeset viewer.