* Fix a bug on key bindings on PSP.
This commit is contained in:
jean.chalard
2010-02-18 20:54:18 +00:00
parent abd92ffcbf
commit 72e395d1e1

View File

@@ -1768,4 +1768,5 @@ void WGuiKeyBinder::setData(){
if (o && LOCAL_KEY_NONE != o->from && JGE_BTN_NONE != o->to)
j->BindKey(o->from, o->to);
}
j->ResetInput();
}