summaryrefslogtreecommitdiffhomepage
path: root/app/components/rules/bounds.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/components/rules/bounds.rb')
-rw-r--r--app/components/rules/bounds.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/rules/bounds.rb b/app/components/rules/bounds.rb
index 7b0c86e..0cec3bd 100644
--- a/app/components/rules/bounds.rb
+++ b/app/components/rules/bounds.rb
@@ -2,4 +2,4 @@
FF::Cmp.new('BoidBounds',
xmax: 1280, xmin: -1280,
ymax: 1280, ymin: -1280,
- strength: 10)
+ strength: 1)