Disable source of OpenGL warnings flood in code we don't use

This commit is contained in:
Marianne Gagnon 2014-10-01 20:23:22 -04:00
parent de9a1f51a7
commit 11bf9d15c7

View File

@ -285,7 +285,7 @@ void CGUIButton::draw()
}
}
if (SpriteBank)
if (false) //SpriteBank)
{
// pressed / unpressed animation
u32 state = Pressed ? (u32)EGBS_BUTTON_DOWN : (u32)EGBS_BUTTON_UP;