mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-02 04:13:58 -04:00
Fix naming of system:clear, system:setEnable
This commit is contained in:
parent
90b949f8a5
commit
cf51bccb81
3 changed files with 114 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue