mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-01 20:03:55 -04:00
Fix World:clear
This commit is contained in:
parent
e5d6e1f4b9
commit
fea5fc7223
2 changed files with 1 additions and 4 deletions
3
main.lua
3
main.lua
|
@ -35,9 +35,6 @@ local test_system_1 = System({test_comp_1})
|
|||
|
||||
function test_system_1:init()
|
||||
self.pool.onEntityAdded = function()
|
||||
|
||||
|
||||
|
||||
print("Added to test_system 1")
|
||||
end
|
||||
self.pool.onEntityRemoved = function() print("Removed from test_system 1") end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue