Update windont.lua

This commit is contained in:
LDDestroier 2020-02-23 18:54:44 -05:00 committed by GitHub
parent 7aa8bd6551
commit 5b525dcb6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -574,7 +574,7 @@ windont.newWindow = function( x, y, width, height, misc )
end
output.getSize = function()
return width, height
return meta.width, meta.height
end
output.isColor = function()