mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
Partially working AABB Tree! (needs much more work)
This commit is contained in:
@@ -6,7 +6,7 @@ class IMICFPS
|
||||
|
||||
def update
|
||||
@collision_manager.collisions.each do |entity, versus|
|
||||
versus.each do |versus|
|
||||
versus.each do |other|
|
||||
resolve(entity, other)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user