From b325d4005793d5f147b4eb539ae7f4fa5e5fb813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjetil=20=C3=98rbekk?= Date: Thu, 23 Feb 2012 14:19:11 +0100 Subject: Comment-out broken code in GameView. (GameView is just as broken as GameController.) --- same-android/src/main/java/com/orbekk/same/GameView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/same-android/src/main/java/com/orbekk/same/GameView.java b/same-android/src/main/java/com/orbekk/same/GameView.java index b8463d2..597bbc7 100644 --- a/same-android/src/main/java/com/orbekk/same/GameView.java +++ b/same-android/src/main/java/com/orbekk/same/GameView.java @@ -70,7 +70,7 @@ public class GameView extends SurfaceView implements SurfaceHolder.Callback { } private synchronized void setPosition(float x, float y) { - controller.setMyPosition(x / this.width, y / this.height); +// controller.setMyPosition(x / this.width, y / this.height); } @Override -- cgit v1.2.3