projects
/
FreeShisen
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27afcc3
)
fix shit.
author
gitknilch
<gitknilch@cwde.de>
Sat, 9 Mar 2013 18:12:40 +0000
(19:12 +0100)
committer
gitknilch
<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
patch
|
blob
|
blame
|
history
diff --git
a/src/de/cwde/freeshisen/ShisenShoView.java
b/src/de/cwde/freeshisen/ShisenShoView.java
index 7d92a0a1ea7b53ca24b97d6c0a3794b8b31466c0..617e5f7058e59a1c9e4d1cd660791af9fc67fdfb 100644
(file)
--- 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);
}
Impressum
,
Datenschutz