Update Program.lua
This commit is contained in:
@@ -708,7 +708,6 @@ return function(name, parent)
|
|||||||
|
|
||||||
customEventHandler = function(self, event, ...)
|
customEventHandler = function(self, event, ...)
|
||||||
base.customEventHandler(self, event, ...)
|
base.customEventHandler(self, event, ...)
|
||||||
log(event)
|
|
||||||
if(event=="basalt_resize")then
|
if(event=="basalt_resize")then
|
||||||
local w, h = pWindow.getSize()
|
local w, h = pWindow.getSize()
|
||||||
local pW, pH = self:getSize()
|
local pW, pH = self:getSize()
|
||||||
|
|||||||
Reference in New Issue
Block a user