Erwan
-JGUI Bugfix
This commit is contained in:
Binary file not shown.
@@ -100,6 +100,7 @@ void JGuiController::Render()
|
|||||||
}
|
}
|
||||||
bool JGuiController::CheckUserInput(JButton key){
|
bool JGuiController::CheckUserInput(JButton key){
|
||||||
|
|
||||||
|
if (!mCount) return false;
|
||||||
if (key == mActionButton)
|
if (key == mActionButton)
|
||||||
{
|
{
|
||||||
if (mObjects[mCurr] != NULL && mObjects[mCurr]->ButtonPressed())
|
if (mObjects[mCurr] != NULL && mObjects[mCurr]->ButtonPressed())
|
||||||
|
|||||||
Reference in New Issue
Block a user