]> git.zerfleddert.de Git - FreeShisen/commitdiff
fix shit.
authorgitknilch <gitknilch@cwde.de>
Sat, 9 Mar 2013 18:12:40 +0000 (19:12 +0100)
committergitknilch <gitknilch@cwde.de>
Sat, 9 Mar 2013 18:12:40 +0000 (19:12 +0100)
Change-Id: Ibcad86dcd3dc20b5ca222983761c245818a62813
Signed-off-by: gitknilch <gitknilch@cwde.de>
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,
                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);
        }
 
                cbuffer.drawRect(r, paint);
        }
 
Impressum, Datenschutz