v1.2.0: fixed errors with emulated mouse input when setting bindings

This commit is contained in:
Evan Debenham
2022-02-18 15:54:14 -05:00
parent 0d3d8d9c34
commit de2eb5b653
3 changed files with 7 additions and 4 deletions
@@ -443,7 +443,7 @@ public class WndKeyBindings extends Window {
add(btnCancel);
resize(WIDTH, (int)btnCancel.bottom());
KeyBindings.acceptUnbound = true;
KeyBindings.bindingKey = true;
}
@@ -484,7 +484,7 @@ public class WndKeyBindings extends Window {
@Override
public void destroy() {
super.destroy();
KeyBindings.acceptUnbound = false;
KeyBindings.bindingKey = false;
}
}