remove asserts

This commit is contained in:
Michael Freno
2025-11-12 23:38:13 -05:00
parent b886085d3e
commit 42704660b2
7 changed files with 458 additions and 231 deletions

View File

@@ -12,7 +12,6 @@ local Blur = req("Blur")
local ImageRenderer = req("ImageRenderer")
local NinePatch = req("NinePatch")
local RoundedRect = req("RoundedRect")
--local Animation = req("Animation")
local ImageCache = req("ImageCache")
local utils = req("utils")
local Grid = req("Grid")
@@ -1149,6 +1148,8 @@ function Element.new(props)
}, {
utils = utils,
Grid = Grid,
Units = Units,
Gui = Gui,
})
-- Initialize immediately so it can be used for auto-sizing calculations
self._layoutEngine:initialize(self)