diff options
author | sanine <sanine.not@pm.me> | 2023-03-24 19:19:21 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2023-03-24 19:19:21 -0500 |
commit | 627ca789065bfcbce53a51887be4e8f8fb20d26b (patch) | |
tree | af37f0075b88799a323e602ee215b0f95d02a2da /honey/ecs-systems.lua | |
parent | d31a57c0afc8769cef8af82321c07cbc14c0474b (diff) |
add pausing
Diffstat (limited to 'honey/ecs-systems.lua')
-rw-r--r-- | honey/ecs-systems.lua | 1 |
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
|