comment cleanup

This commit is contained in:
Mikayla Fischler
2025-10-26 20:41:02 -04:00
parent 96acb03f73
commit e57c6205e2
4 changed files with 10 additions and 10 deletions

View File

@@ -20,8 +20,8 @@ local log_comms = coordinator.log_comms
local threads = {}
local MAIN_CLOCK = 0.5 -- (2Hz, 10 ticks)
local RENDER_SLEEP = 100 -- (100ms, 2 ticks)
local MAIN_CLOCK = 0.5 -- 2Hz, 10 ticks
local RENDER_SLEEP = 100 -- 100ms, 2 ticks
local MQ__RENDER_CMD = {
START_MAIN_UI = 1,