enable Sprite::EarlyAbortDraw; fixes white CDTitle when it should be hidden
This commit is contained in:
@@ -437,8 +437,8 @@ static RageColor scale( float x, float l1, float h1, const RageColor &a, const R
|
|||||||
|
|
||||||
bool Sprite::EarlyAbortDraw()
|
bool Sprite::EarlyAbortDraw()
|
||||||
{
|
{
|
||||||
// return m_pTexture == NULL && !m_bDrawIfTextureNull;
|
return m_pTexture == NULL && !m_bDrawIfTextureNull;
|
||||||
return false;
|
// return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Sprite::DrawPrimitives()
|
void Sprite::DrawPrimitives()
|
||||||
|
|||||||
Reference in New Issue
Block a user