Fix showing odd dimension warning when we shouldn't

This commit is contained in:
Glenn Maynard
2003-07-15 00:01:30 +00:00
parent a0cf52df65
commit 6a5ccc2b7d
+1 -2
View File
@@ -44,9 +44,8 @@ bool Banner::Load( RageTextureID ID )
m_fPercentScrolling = 0;
m_bScrolling = false;
TEXTUREMAN->VolatileTexture( ID );
TEXTUREMAN->DisableOddDimensionWarning();
TEXTUREMAN->VolatileTexture( ID );
bool ret = Sprite::Load( ID );
TEXTUREMAN->EnableOddDimensionWarning();