Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6464


Ignore:
Timestamp:
Mar 3, 2010, 8:56:01 PM (14 years ago)
Author:
scheusso
Message:

setting default number of mipmaps to unlimited (was 0 before)

File:
1 edited

Legend:

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

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