cleanup PREFSMAN->m_bForceMipMaps

This commit is contained in:
Glenn Maynard
2004-08-28 09:29:55 +00:00
parent 5a4f60c505
commit 93098cd610
4 changed files with 14 additions and 10 deletions
+2
View File
@@ -75,6 +75,8 @@ void RageTextureManager::AdjustTextureID(RageTextureID &ID) const
if( ID.iColorDepth == -1 )
ID.iColorDepth = m_Prefs.m_iTextureColorDepth;
ID.iMaxSize = min( ID.iMaxSize, m_Prefs.m_iMaxTextureResolution );
if( m_Prefs.m_bMipMaps )
ID.bMipMaps = true;
}
/* If you've set up a texture yourself, register it here so it can be referenced