Fix the renderer thread causing NvConnection.stop() to block forever. Remove the hack to workaround this bug.

This commit is contained in:
Cameron Gutman
2013-12-12 17:45:03 -05:00
parent df495537fa
commit c51659f50c
2 changed files with 9 additions and 7 deletions

View File

@@ -40,7 +40,6 @@ public class KeyboardHandler implements KeyListener {
event.getKeyCode() == KeyEvent.VK_Q) {
System.out.println("quitting");
parent.close();
System.exit(0);
}
translator.sendKeyDown(keyMap, modifier);