Update init.lua
This commit is contained in:
parent
e61ba00893
commit
23ad73fe25
1 changed files with 3 additions and 3 deletions
|
|
@ -39,9 +39,9 @@ local idSpace = {};
|
||||||
---@return quad_module_tween tween
|
---@return quad_module_tween tween
|
||||||
function module.init(id)
|
function module.init(id)
|
||||||
if id then
|
if id then
|
||||||
local last = idSpace[id];
|
local this = idSpace[id];
|
||||||
if last then
|
if this then
|
||||||
return last;
|
return this,this.round,this.class,this.mount,this.store,this.event,this.tween;
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
local this = {items = {}};
|
local this = {items = {}};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue