Fixed animation
Fixed eventsystem not registering its parent events
This commit is contained in:
@@ -114,6 +114,7 @@ local max, min = math.max, math.min
|
||||
--- @private
|
||||
function VisualElement.new()
|
||||
local self = setmetatable({}, VisualElement):__init()
|
||||
self.class = VisualElement
|
||||
return self
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user