Fix docs again. *sigh*

This commit is contained in:
bakpakin 2015-08-27 13:32:51 -04:00
parent d9d311d858
commit 8a759edca2

View File

@ -291,7 +291,7 @@ end
-- vanilla Systems.
--
-- function system:preProcess(dt) -- Called before iteration.
-- function system:process(entities, dt) -- Process each entity.
-- function system:process(entity, dt) -- Process each entity.
-- function system:postProcess(dt) -- Called after iteration.
--
-- Processing Systems have their own `update` method, so don't implement a