cleanup PREFSMAN->m_bForceMipMaps
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
#include "RageDisplay.h"
|
||||
#include "RageTypes.h"
|
||||
#include "arch/Dialog/Dialog.h"
|
||||
#include "PrefsManager.h"
|
||||
#include "RageSurface.h"
|
||||
#include "RageSurfaceUtils.h"
|
||||
|
||||
@@ -91,10 +90,6 @@ void RageBitmapTexture::Create()
|
||||
actualID.iAlphaBits = 1;
|
||||
}
|
||||
|
||||
// let texture hints override the global setting
|
||||
if( PREFSMAN->m_bForceMipMaps )
|
||||
actualID.bMipMaps = true;
|
||||
|
||||
// look in the file name for a format hints
|
||||
CString HintString = GetID().filename + actualID.AdditionalTextureHints;
|
||||
HintString.MakeLower();
|
||||
|
||||
Reference in New Issue
Block a user