diff options
| author | realtradam <[email protected]> | 2021-12-19 20:17:11 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2021-12-19 20:17:11 -0500 |
| commit | 6437b020ee60a1c80a06db638c713a8f1e9a3d2f (patch) | |
| tree | 16fca9b7316c3c18733af4d2dc544ec8a0d8afe9 /app/systems/rules/separation.rb | |
| parent | cd3d7be54f16263ceaa9b5e0e8a1c219821e8339 (diff) | |
| download | SteelWings-6437b020ee60a1c80a06db638c713a8f1e9a3d2f.tar.gz SteelWings-6437b020ee60a1c80a06db638c713a8f1e9a3d2f.zip | |
Updated singleton naming
Diffstat (limited to 'app/systems/rules/separation.rb')
| -rw-r--r-- | app/systems/rules/separation.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/systems/rules/separation.rb b/app/systems/rules/separation.rb index 9e223d2..5aeda8a 100644 --- a/app/systems/rules/separation.rb +++ b/app/systems/rules/separation.rb @@ -14,7 +14,7 @@ FF::Scn::BoidRules.add( end end - #unless separation.entities[0].components[FF::Cmp::DebugVectorArrow].nil? + #unless separation.entities[0].components[FF::Cmp::SingletonDebugVectorArrow].nil? # puts "newvec: #{newvec}" # puts "cx: #{boid_update.cx} cy: #{boid_update.cy}" # puts "vx: #{boid_update.vx} vy: #{boid_update.vy}" |
