Update ghost.lua

This commit is contained in:
LDDestroier 2020-01-12 01:43:50 -05:00 committed by GitHub
parent ba056343bd
commit 6971abcd6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ end
local windont = require("windont")
local newTerm = windont.newWindow(1, 1, 51, 19)
local gstTerm = windont.newWindow(1, 1, 51, 19)
local newTerm = windont.newWindow(1, 1, term.getSize())
local gstTerm = windont.newWindow(1, 1, term.getSize())
newTerm.meta.alwaysRender = false
gstTerm.meta.alwaysRender = false