this seems to resolve the trophy room loop on touch/click interfaces when you exit the deck editor and other parts of the game

This commit is contained in:
techdragon.nguyen@gmail.com
2012-01-31 14:07:23 +00:00
parent b138b8e97d
commit 8241295712

View File

@@ -195,6 +195,7 @@ bool JGuiController::CheckUserInput(JButton key)
mObjects[mCurr]->Entering();
}
mEngine->LeftClickedProcessed();
mEngine->ResetInput();
return true;
}
mEngine->LeftClickedProcessed();