Get rid of threadgroups

This commit is contained in:
Parnassian
2014-02-22 18:51:58 +01:00
parent 09c679d05f
commit 18f10207cc
14 changed files with 86 additions and 96 deletions
@@ -25,7 +25,7 @@ public class Keyboard implements KeyListener {
}
public static Keyboard getInstance() {
return Context.resolve().getKeyboard();
return Context.getInstance().getKeyboard();
}
static {