mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-02 20:33:54 -04:00
A bit more polish
This commit is contained in:
parent
2d21fe97a5
commit
d4297af78e
4 changed files with 43 additions and 35 deletions
|
@ -26,7 +26,7 @@ end
|
|||
|
||||
function Instance:checkEntity(e)
|
||||
for _, system in ipairs(self.systems) do
|
||||
system:checkEntity(e)
|
||||
system:__checkEntity(e)
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -34,7 +34,7 @@ function Instance:removeEntity(e)
|
|||
self.entities:remove(e)
|
||||
|
||||
for _, system in ipairs(self.systems) do
|
||||
system:remove(e)
|
||||
system:__remove(e)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue