summaryrefslogtreecommitdiff
path: root/honey/ecs-systems.lua
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2023-03-24 19:19:21 -0500
committersanine <sanine.not@pm.me>2023-03-24 19:19:21 -0500
commit627ca789065bfcbce53a51887be4e8f8fb20d26b (patch)
treeaf37f0075b88799a323e602ee215b0f95d02a2da /honey/ecs-systems.lua
parentd31a57c0afc8769cef8af82321c07cbc14c0474b (diff)
add pausing
Diffstat (limited to 'honey/ecs-systems.lua')
-rw-r--r--honey/ecs-systems.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/honey/ecs-systems.lua b/honey/ecs-systems.lua
index 237aa78..5dec159 100644
--- a/honey/ecs-systems.lua
+++ b/honey/ecs-systems.lua
@@ -56,6 +56,7 @@ function renderCam(camera, priority)
}
entity.mesh:drawElements()
end,
+ nopause=true,
priority=priority,
}
end