Fix OSC colliding with player 1

This commit is contained in:
Cameron Gutman
2019-02-16 17:29:05 -08:00
parent a22e33eeb9
commit 4f3d018764
3 changed files with 29 additions and 10 deletions

View File

@@ -425,7 +425,7 @@ public class Game extends Activity implements SurfaceHolder.Callback,
if (prefConfig.onscreenController) {
// create virtual onscreen controller
virtualController = new VirtualController(conn,
virtualController = new VirtualController(controllerHandler,
(FrameLayout)streamView.getParent(),
this);
virtualController.refreshLayout();