fix: typo, again!!!!!!!
This commit is contained in:
@@ -207,7 +207,7 @@ local function drawLogs(x0, y0, x1, y1)
|
||||
|
||||
local drawnLines = 0
|
||||
for i = #log.buffer - logOffset, 1, -1 do
|
||||
if drawnLines > y then break end
|
||||
if drawnLines > h then break end
|
||||
|
||||
local entry = log.buffer[i]
|
||||
local format = logTypes[entry.type]
|
||||
|
||||
Reference in New Issue
Block a user