diff options
Diffstat (limited to 'src/main/java/fr/umlv')
-rw-r--r-- | src/main/java/fr/umlv/java/wallj/block/SolidDef.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/fr/umlv/java/wallj/block/SolidDef.java b/src/main/java/fr/umlv/java/wallj/block/SolidDef.java index e4f4f36..6fb7dc3 100644 --- a/src/main/java/fr/umlv/java/wallj/block/SolidDef.java +++ b/src/main/java/fr/umlv/java/wallj/block/SolidDef.java | |||
@@ -50,7 +50,7 @@ public final class SolidDef { | |||
50 | */ | 50 | */ |
51 | public static CircleShape circleShape() { | 51 | public static CircleShape circleShape() { |
52 | CircleShape shape = new CircleShape(); | 52 | CircleShape shape = new CircleShape(); |
53 | shape.m_radius = TileVec2.TILE_DIM / 4; | 53 | shape.m_radius = TileVec2.TILE_DIM / 2; |
54 | return shape; | 54 | return shape; |
55 | } | 55 | } |
56 | 56 | ||