fix: draw text

This commit is contained in:
2025-05-08 00:30:35 -03:00
parent 2002158be8
commit f426fb4f3f
+2
View File
@@ -284,6 +284,8 @@ function drawLogs(x0, y0, x1, y1)
isFirstLine = false
end
term.write(line)
drawnLines = drawnLines + 1
end