#629 removed unused render commands

This commit is contained in:
Mikayla Fischler
2025-09-13 16:04:45 -04:00
parent 20f949a9dd
commit ff68eeae1a
3 changed files with 1 additions and 6 deletions

View File

@@ -159,9 +159,6 @@ function threads.thread__render(smem)
if msg ~= nil then
if msg.qtype == mqueue.TYPE.COMMAND then
-- received a command
if msg.message == MQ__RENDER_CMD.UNLOAD_SV_APPS then
elseif msg.message == MQ__RENDER_CMD.UNLOAD_API_APPS then
end
elseif msg.qtype == mqueue.TYPE.DATA then
-- received data
local cmd = msg.message ---@type queue_data