Add removeSystem to World metatable.

This commit is contained in:
bakpakin
2015-06-14 10:17:18 -04:00
parent 69ae37586e
commit a504bd6336
+1
View File
@@ -720,6 +720,7 @@ worldMetaTable = {
addSystem = tiny.addSystem,
remove = tiny.remove,
removeEntity = tiny.removeEntity,
removeSystem = tiny.removeSystem,
update = tiny.update,
clearEntities = tiny.clearEntities,
clearSystems = tiny.clearSystems,