Update Program.lua

This commit is contained in:
Robert Jelic
2023-01-01 22:24:03 +01:00
committed by GitHub
parent 8ab7bc4bde
commit 29ebd7d4d7

View File

@@ -708,7 +708,6 @@ return function(name, parent)
customEventHandler = function(self, event, ...)
base.customEventHandler(self, event, ...)
log(event)
if(event=="basalt_resize")then
local w, h = pWindow.getSize()
local pW, pH = self:getSize()