Fix controller detection race

This commit is contained in:
Cameron Gutman
2013-12-30 23:42:48 -06:00
parent 7ca18a365f
commit 047710a4b8

View File

@@ -128,8 +128,8 @@ public class Limelight implements NvConnectionListener {
createFrame();
NativeGamepad.start();
NativeGamepad.addListener(GamepadListener.getInstance());
NativeGamepad.start();
}
public void stop() {