This commit is contained in:
Qwreey 2022-08-12 01:06:42 +09:00
parent 8e05669ff2
commit e6784166f2

View file

@ -33,7 +33,7 @@ function module.init(shared)
function new.mount(to,this,holder)
local thisObject = this;
if type(this) == "table" then
thisObject = this.__object;
thisObject = rawget(this,"__object");
local parent = rawget(this,"__parent");
if type(parent) == "table" then
local parentChild = rawget(parent,"__child");