Removed uses of TEXTUREMAN inside TextureManager member functions.

This commit is contained in:
Steve Checkoway
2007-05-05 11:11:23 +00:00
parent cd791f9239
commit 0aa7e6e5e2
+2 -2
View File
@@ -272,7 +272,7 @@ void RageTextureManager::GarbageCollect( GCType type )
void RageTextureManager::ReloadAll()
{
TEXTUREMAN->DisableOddDimensionWarning();
DisableOddDimensionWarning();
/* Let's get rid of all unreferenced textures, so we don't reload a
* ton of cached data that we're not necessarily going to use. */
@@ -283,7 +283,7 @@ void RageTextureManager::ReloadAll()
i->second->Reload();
}
TEXTUREMAN->EnableOddDimensionWarning();
EnableOddDimensionWarning();
}
/* In some cases, changing the display mode will reset the rendering context,