summaryrefslogtreecommitdiffhomepage
path: root/app/systems/rules/bounds.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/systems/rules/bounds.rb')
-rw-r--r--app/systems/rules/bounds.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/systems/rules/bounds.rb b/app/systems/rules/bounds.rb
index 602f19c..0f1fc74 100644
--- a/app/systems/rules/bounds.rb
+++ b/app/systems/rules/bounds.rb
@@ -1,5 +1,5 @@
FF::Scn::BoidRules.add(
- FF::Sys.new('BoidBounds') do
+ FF::Sys.new('BoidBounds', priority: 50) do
FF::Cmp::BoidBounds.each do |boid_bounds|
boid = boid_bounds.entities[0].components[FF::Cmp::Boid][0]