This commit is contained in:
Casey 2023-10-20 03:33:39 +03:00
parent 77c6d13689
commit dd42590052
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 1 additions and 1 deletions

View File

@ -530,6 +530,6 @@ end
term.setBackgroundColor(colors.black)
term.setTextColor(colors.white)
if term.current().setTextScale then
term.current.setTextScale(1.0)
term.current().setTextScale(1.0)
end
print("<tmpc> Goodbye!")