Fix naming of system:clear, system:setEnable

This commit is contained in:
Tjakka5 2020-01-04 11:10:29 +01:00
parent 90b949f8a5
commit cf51bccb81
3 changed files with 114 additions and 23 deletions

View file

@ -268,7 +268,7 @@ function World:clear()
end
for i = 1, self.systems.size do
self.systems[i]:clear()
self.systems[i]:__clear()
end
return self