diff --git a/tiny.lua b/tiny.lua index 721799b..98dd5a6 100644 --- a/tiny.lua +++ b/tiny.lua @@ -309,7 +309,7 @@ local function processingSystemUpdate(system, dt) if process then if system.nocache then - local entities = system.world.entityList + local entities = system.world.entities local filter = system.filter if filter then for i = 1, #entities do