From 627ca789065bfcbce53a51887be4e8f8fb20d26b Mon Sep 17 00:00:00 2001 From: sanine Date: Fri, 24 Mar 2023 19:19:21 -0500 Subject: add pausing --- honey/ecs-systems.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'honey/ecs-systems.lua') 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 -- cgit v1.2.1