From 8a759edca2720d95927ab9aefe2208fcf29e6615 Mon Sep 17 00:00:00 2001 From: bakpakin Date: Thu, 27 Aug 2015 13:32:51 -0400 Subject: [PATCH] Fix docs again. *sigh* --- tiny.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiny.lua b/tiny.lua index 73dd14c..7f0f81d 100644 --- a/tiny.lua +++ b/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