Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6465


Ignore:
Timestamp:
Mar 3, 2010, 11:46:32 PM (14 years ago)
Author:
scheusso
Message:

stupid mistake

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network2/src/libraries/core/GraphicsManager.cc

    r6464 r6465  
    318318        this->viewport_ = this->renderWindow_->addViewport(0, 0);
    319319
    320         Ogre::TextureManager::getSingleton().setDefaultNumMipmaps(MIP_UNLIMITED);
     320        Ogre::TextureManager::getSingleton().setDefaultNumMipmaps(Ogre::MIP_UNLIMITED);
    321321
    322322        // add console commands
Note: See TracChangeset for help on using the changeset viewer.