mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 08:02:36 +00:00
Removed entity management from Game, refactored Map to MapLoader and added Map to manage world
This commit is contained in:
@@ -103,7 +103,7 @@ class IMICFPS
|
||||
model.update
|
||||
|
||||
unless at_same_position?
|
||||
Publisher.instance.publish(:entity_moved, self, self)
|
||||
Publisher.instance.publish(:entity_moved, nil, self)
|
||||
@bounding_box = normalize_bounding_box_with_offset if model
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user