diff options
author | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-02-23 14:19:11 +0100 |
---|---|---|
committer | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-02-23 14:19:11 +0100 |
commit | b325d4005793d5f147b4eb539ae7f4fa5e5fb813 (patch) | |
tree | acca39e00e289aeb80ffde23058592aebe1c74af | |
parent | 6a893a7ba5563774e66519988398b67b06bcd8b0 (diff) |
Comment-out broken code in GameView.
(GameView is just as broken as GameController.)
-rw-r--r-- | same-android/src/main/java/com/orbekk/same/GameView.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 |