1
0
Fork 0
mirror of https://fem.mint.lgbt/m/Rhythmblock.git synced 2024-08-14 20:27:11 +00:00

fixed typo

This commit is contained in:
mint 2021-05-07 03:30:26 -04:00
parent 0ea45bfc0b
commit 8900491c18

View file

@ -114,7 +114,7 @@ function statusRender(s) -- Renders the status bar
end
function renderCloseButton() -- Renders the X button
term.setCurorPos(width, 1)
term.setCursorPos(width, 1)
term.setTextColor(textColor)
term.setBackgroundColor(backgroundColor)
term.write("x")