rust/lib-hedgewars-engine/src/world.rs
changeset 15764 b10bbfb2b354
parent 15762 84c07aa94b61
child 15809 c3971b38bbfa
--- a/rust/lib-hedgewars-engine/src/world.rs	Fri Nov 13 20:59:13 2020 +0300
+++ b/rust/lib-hedgewars-engine/src/world.rs	Sat Nov 14 03:46:01 2020 +0300
@@ -140,7 +140,7 @@
                         gear_entries.push(GearEntry::new(
                             f64::from(pos.0.x()) as f32,
                             f64::from(pos.0.y()) as f32,
-                            Size::square(128),
+                            Size::square(256),
                         ))
                     });
             }