summaryrefslogtreecommitdiffhomepage
path: root/app/systems/ai/scatter.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/systems/ai/scatter.rb')
-rw-r--r--app/systems/ai/scatter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/systems/ai/scatter.rb b/app/systems/ai/scatter.rb
index 9b93c73..1469fd9 100644
--- a/app/systems/ai/scatter.rb
+++ b/app/systems/ai/scatter.rb
@@ -1,7 +1,7 @@
FF::Sys.new("Scatter", priority: 40) do
FF::Cmp::BoidsSeparation.each do |sep|
sep.distance = 200
- puts 'remove align/cohesion/follow'.upcase
+ #puts 'remove align/cohesion/follow'.upcase
alignment_mgr = sep.entities[0].components[FF::Cmp::BoidsAlignment]
cohesion_mgr = sep.entities[0].components[FF::Cmp::BoidsCohesion]
follow_mgr = sep.entities[0].components[FF::Cmp::Follow]