- Additional fix for issue 465

-- The problem was that the previous fix for keybindings actually fixed dead code for the PSP version... the real call to Defaultbindings was still happening in JGE's code...so the fix made the call twice.
-- Note: shouldn't we use ResetBindings instead of JGECreateDefaultBindings? The former resets the bindings before assigning the default ones...
This commit is contained in:
wagic.the.homebrew
2011-07-10 06:52:07 +00:00
parent f28638f12e
commit 0661918ed6
2 changed files with 1 additions and 74 deletions

View File

@@ -394,7 +394,7 @@ void JGE::Run()
sceRtcGetCurrentTick(&lastTime);
oldButtons = veryOldButtons = 0;
JGECreateDefaultBindings();
while (!mDone)
{
if (!mPaused)