Disable source of OpenGL warnings flood in code we don't use
This commit is contained in:
parent
de9a1f51a7
commit
11bf9d15c7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user