docs: add logs to-do comment

This commit is contained in:
2025-05-08 13:10:15 -03:00
parent 588f56075c
commit 3c7836c513
+1
View File
@@ -277,6 +277,7 @@ registerEventListener("key", handleConsoleKeys)
--[[
drawing functions
]]
-- to-do: dont apply offset based on log entries but on lines
function drawLogs(x0, y0, x1, y1)
local w = x1 - x0
local h = y1 - y0