fix: typo

This commit is contained in:
2025-05-07 23:39:04 -03:00
parent 471204380d
commit 853de03a3f
+1 -1
View File
@@ -206,7 +206,7 @@ local function drawLogs(x0, y0, x1, y1)
local h = y1 - y0
local drawnLines = 0
for i = #log.bufer - logOffset, 1, -1 do
for i = #log.buffer - logOffset, 1, -1 do
if drawnLines > y then break end
local entry = log.buffer[i]