Fix showing odd dimension warning when we shouldn't
This commit is contained in:
@@ -44,9 +44,8 @@ bool Banner::Load( RageTextureID ID )
|
|||||||
m_fPercentScrolling = 0;
|
m_fPercentScrolling = 0;
|
||||||
m_bScrolling = false;
|
m_bScrolling = false;
|
||||||
|
|
||||||
TEXTUREMAN->VolatileTexture( ID );
|
|
||||||
|
|
||||||
TEXTUREMAN->DisableOddDimensionWarning();
|
TEXTUREMAN->DisableOddDimensionWarning();
|
||||||
|
TEXTUREMAN->VolatileTexture( ID );
|
||||||
bool ret = Sprite::Load( ID );
|
bool ret = Sprite::Load( ID );
|
||||||
TEXTUREMAN->EnableOddDimensionWarning();
|
TEXTUREMAN->EnableOddDimensionWarning();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user