1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-09-02 19:08:00 +00:00

Update windont.lua

This commit is contained in:
LDDestroier
2020-02-23 18:54:44 -05:00
committed by GitHub
parent 7aa8bd6551
commit 5b525dcb6f

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()