X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/FreeShisen/blobdiff_plain/27afcc3975e4251c42d5262f01191635c2eaa060..5fe784394f21fdf2feae1851281bd1f458b73fd2:/src/de/cwde/freeshisen/ShisenShoView.java diff --git a/src/de/cwde/freeshisen/ShisenShoView.java b/src/de/cwde/freeshisen/ShisenShoView.java index 7d92a0a..617e5f7 100644 --- a/src/de/cwde/freeshisen/ShisenShoView.java +++ b/src/de/cwde/freeshisen/ShisenShoView.java @@ -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); }