From 8241295712cffea0a0873a9e8c427b621e5dd189 Mon Sep 17 00:00:00 2001 From: "techdragon.nguyen@gmail.com" Date: Tue, 31 Jan 2012 14:07:23 +0000 Subject: [PATCH] this seems to resolve the trophy room loop on touch/click interfaces when you exit the deck editor and other parts of the game --- JGE/src/JGui.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/JGE/src/JGui.cpp b/JGE/src/JGui.cpp index 672f976bd..c3db3e991 100644 --- a/JGE/src/JGui.cpp +++ b/JGE/src/JGui.cpp @@ -195,6 +195,7 @@ bool JGuiController::CheckUserInput(JButton key) mObjects[mCurr]->Entering(); } mEngine->LeftClickedProcessed(); + mEngine->ResetInput(); return true; } mEngine->LeftClickedProcessed();