From 6020f915720da7c8c950ab357dc3ba4aed6fb552 Mon Sep 17 00:00:00 2001
From: bakpakin
Date: Thu, 27 Aug 2015 13:34:20 -0400
Subject: [PATCH] Update ProcessingSystem docs again. *sigh*
---
doc/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/index.html b/doc/index.html
index 59652b4..eade8a0 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -372,7 +372,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.
@@ -678,7 +678,7 @@ end
generated by LDoc 1.4.3
-
Last updated 2015-08-27 13:26:26
+
Last updated 2015-08-27 13:33:09