very small bugfix

This commit is contained in:
Robert Jelic
2022-06-24 21:59:01 +02:00
parent 3799cf9013
commit 8326d02a33
6 changed files with 15 additions and 11 deletions

View File

@@ -151,6 +151,7 @@ local function Object(name)
setSize = function(self, width, height)
self.width, self.height = width, height
eventSystem:sendEvent("basalt_resize", self)
visualsChanged = true
return self
end;