diff --git a/doc/index.html b/doc/index.html
index 5354e89..7501c6c 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -132,6 +132,10 @@
Shortcut for removing multiple Entities and Systems from the World. |
+ | tiny.refresh (world) |
+ Manages Entities and Systems marked for deletion or addition. |
+
+
| tiny.update (world, dt, filter) |
Updates the World by dt (delta time). |
@@ -538,7 +542,23 @@ end
Shortcut for removing multiple Entities and Systems from the World. Returns
- all rmeove Systems and Entities
+ all removed Systems and Entities
+
+
+
+
+
+
+
+
+
+
+ tiny.refresh (world)
+
+
+ Manages Entities and Systems marked for deletion or addition. Call this
+ before modifying Systems and Entities outside of a call to tiny.update.
+ Do not call this within a call to tiny.update.
@@ -658,7 +678,7 @@ end
generated by LDoc 1.4.3
-
Last updated 2015-07-07 20:41:42
+
Last updated 2015-08-05 21:02:28