Fix controller detection race

This commit is contained in:
Cameron Gutman
2013-12-30 23:42:48 -06:00
parent 50e873fc4f
commit b5cf425880

View File

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