mirror of
https://github.com/bakpakin/tiny-ecs.git
synced 2024-11-17 04:44:23 +00:00
Fix docs again. *sigh*
This commit is contained in:
parent
d9d311d858
commit
8a759edca2
2
tiny.lua
2
tiny.lua
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user