diff --git a/stepmania/src/RageTextureManager.cpp b/stepmania/src/RageTextureManager.cpp index 8b46cb85e4..0a1a5f1840 100644 --- a/stepmania/src/RageTextureManager.cpp +++ b/stepmania/src/RageTextureManager.cpp @@ -275,11 +275,15 @@ void RageTextureManager::GarbageCollect( GCType type ) void RageTextureManager::ReloadAll() { + TEXTUREMAN->DisableOddDimensionWarning(); + for( std::map::iterator i = m_mapPathToTexture.begin(); i != m_mapPathToTexture.end(); ++i) { i->second->Reload(); } + + TEXTUREMAN->EnableOddDimensionWarning(); } /* In some cases, changing the display mode will reset the rendering context,