-JGUI Bugfix
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-02-16 11:37:05 +00:00
parent 391c608b1a
commit e4c3cdbe3d
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@@ -100,6 +100,7 @@ void JGuiController::Render()
}
bool JGuiController::CheckUserInput(JButton key){
if (!mCount) return false;
if (key == mActionButton)
{
if (mObjects[mCurr] != NULL && mObjects[mCurr]->ButtonPressed())