]> git.zerfleddert.de Git - FreeShisen/blobdiff - src/de/cwde/freeshisen/ShisenShoView.java
fix shit.
[FreeShisen] / src / de / cwde / freeshisen / ShisenShoView.java
index 7d92a0a1ea7b53ca24b97d6c0a3794b8b31466c0..617e5f7058e59a1c9e4d1cd660791af9fc67fdfb 100644 (file)
@@ -493,8 +493,8 @@ class ShisenShoView extends SurfaceView implements SurfaceHolder.Callback {
                Rect r = new Rect(
                                x0 + p.j * tileWidth - 2,
                                y0 + p.i * tileHeight - 2,
-                               x0 + p.j * tileWidth * 2 + 2,
-                               y0 + p.i * tileHeight * 2 + 2);
+                               x0 + p.j * tileWidth + tileWidth + 2,
+                               y0 + p.i * tileHeight + tileHeight + 2);
                cbuffer.drawRect(r, paint);
        }
 
Impressum, Datenschutz