Fix controller detection race

This commit is contained in:
Cameron Gutman
2013-12-30 23:42:48 -06:00
parent 50e873fc4f
commit b5cf425880
+1 -1
View File
@@ -128,8 +128,8 @@ public class Limelight implements NvConnectionListener {
createFrame(); createFrame();
NativeGamepad.start();
NativeGamepad.addListener(GamepadListener.getInstance()); NativeGamepad.addListener(GamepadListener.getInstance());
NativeGamepad.start();
} }
public void stop() { public void stop() {