Changeset 1813 for code/trunk/src/orxonox
- Timestamp:
- Sep 21, 2008, 9:15:00 PM (16 years ago)
- Location:
- code/trunk/src/orxonox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/CMakeLists.txt
r1810 r1813 70 70 OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/tolua/tolua_bind.cc 71 71 COMMAND ${TOLUA_EXE} -n Orxonox -o ../../src/orxonox/tolua/tolua_bind.cc -H ../../src/orxonox/tolua/tolua_bind.h ../../src/orxonox/tolua/tolua.pkg 72 DEPENDS tolua ${CMAKE_SOURCE_DIR}/src/orxonox/tolua/tolua.pkg72 DEPENDS tolua_orxonox tolua/tolua.pkg 73 73 WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/bin/lib 74 74 ) -
code/trunk/src/orxonox/gamestates/GSGraphics.cc
r1788 r1813 281 281 Ogre::WindowEventUtilities::addWindowEventListener(this->renderWindow_, this); 282 282 283 //Ogre::TextureManager::getSingleton().setDefaultNumMipmaps(5);283 Ogre::TextureManager::getSingleton().setDefaultNumMipmaps(5); 284 284 285 285 // create a full screen default viewport
Note: See TracChangeset
for help on using the changeset viewer.