This commit is contained in:
Glenn Maynard
2006-07-28 21:51:40 +00:00
parent 184a2fa37e
commit c6aa765685
-1
View File
@@ -498,7 +498,6 @@ RageColor scale( float x, float l1, float h1, const RageColor &a, const RageColo
bool Sprite::EarlyAbortDraw() const bool Sprite::EarlyAbortDraw() const
{ {
return m_pTexture == NULL && !m_bDrawIfTextureNull; return m_pTexture == NULL && !m_bDrawIfTextureNull;
// return false;
} }
void Sprite::DrawPrimitives() void Sprite::DrawPrimitives()