diff options
Diffstat (limited to 'app/components/rules/separation.rb')
| -rw-r--r-- | app/components/rules/separation.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/rules/separation.rb b/app/components/rules/separation.rb index 5298623..594eedb 100644 --- a/app/components/rules/separation.rb +++ b/app/components/rules/separation.rb @@ -1,3 +1,3 @@ FF::Cmp.new('BoidsSeparation', - :strength, + strength: 1, distance: 500) |
