[Orxonox-commit 1747] r6465 - code/branches/network2/src/libraries/core

scheusso at orxonox.net scheusso at orxonox.net
Wed Mar 3 23:46:32 CET 2010


Author: scheusso
Date: 2010-03-03 23:46:32 +0100 (Wed, 03 Mar 2010)
New Revision: 6465

Modified:
   code/branches/network2/src/libraries/core/GraphicsManager.cc
Log:
stupid mistake


Modified: code/branches/network2/src/libraries/core/GraphicsManager.cc
===================================================================
--- code/branches/network2/src/libraries/core/GraphicsManager.cc	2010-03-03 19:56:01 UTC (rev 6464)
+++ code/branches/network2/src/libraries/core/GraphicsManager.cc	2010-03-03 22:46:32 UTC (rev 6465)
@@ -317,7 +317,7 @@
         //       no ScopeGuards or anything to handle exceptions.
         this->viewport_ = this->renderWindow_->addViewport(0, 0);
 
-        Ogre::TextureManager::getSingleton().setDefaultNumMipmaps(MIP_UNLIMITED);
+        Ogre::TextureManager::getSingleton().setDefaultNumMipmaps(Ogre::MIP_UNLIMITED);
 
         // add console commands
         ccPrintScreen_ = createConsoleCommand(createFunctor(&GraphicsManager::printScreen, this), "printScreen");




More information about the Orxonox-commit mailing list