bugfix
This commit is contained in:
parent
e6784166f2
commit
e61ba00893
1 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,8 @@ function module.init(shared)
|
|||
end
|
||||
if thisObject then
|
||||
thisObject.Parent = holder or getHolder(to);
|
||||
else
|
||||
this.Parent = holder or getHolder(to);
|
||||
end
|
||||
if type(to) == "table" then
|
||||
local child = rawget(to,"__child");
|
||||
|
|
|
|||
Loading…
Reference in a new issue