Fix World:clear

This commit is contained in:
Tjakka5 2020-01-03 18:03:12 +01:00
parent e5d6e1f4b9
commit fea5fc7223
2 changed files with 1 additions and 4 deletions

View file

@ -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