fix: old variable name

This commit is contained in:
2025-05-07 23:40:05 -03:00
parent b022e1f470
commit ed9a3ec614
+1 -1
View File
@@ -212,7 +212,7 @@ local function drawLogs(x0, y0, x1, y1)
local entry = log.buffer[i] local entry = log.buffer[i]
local format = logTypes[entry.type] local format = logTypes[entry.type]
term.setCursorPos(1, endY - drawnLines) term.setCursorPos(1, y1 - drawnLines)
local prevColourBg = term.getBackgroundColour() local prevColourBg = term.getBackgroundColour()
local prevColourFg = term.getTextColour() local prevColourFg = term.getTextColour()