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