Skip to content

Commit 4ffe457

Browse files
committed
修一个漏改
1 parent 1a0981b commit 4ffe457

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tableExtend.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ do -- function TABLE.newResourceTable(src,loadFunc)
661661
local function wakeLazyTable(src,lazyT)
662662
for k,v in next,src do
663663
if type(v)=='table' then
664-
TABLE.wakeLazyTable(v,lazyT[k])
664+
wakeLazyTable(v,lazyT[k])
665665
else
666666
local _=lazyT[k]
667667
end

0 commit comments

Comments
 (0)