diff --git a/Assets/XLua/Src/ObjectTranslator.cs b/Assets/XLua/Src/ObjectTranslator.cs index fd5af1693..9c246cfe4 100644 --- a/Assets/XLua/Src/ObjectTranslator.cs +++ b/Assets/XLua/Src/ObjectTranslator.cs @@ -186,7 +186,7 @@ public bool TryDelayWrapLoader(RealStatePtr L, Type type) { continue; } - TryDelayWrapLoader(L, nested_type); + GetTypeId(L, nested_type); } return true;