少年修仙传客户端基础资源
hch
2021-05-19 8f85fff43ae6d13e0c1d4f471ed909cc21bbc124
0312 防报错
1个文件已修改
2 ■■■ 已修改文件
Assets/ILRuntime/Src/ILBehaviourProxy.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/ILRuntime/Src/ILBehaviourProxy.cs
@@ -117,7 +117,7 @@
            ILBehaviourHolder holder;
            if (ilBehaviourHolders.TryGetValue(name, out holder))
            {
                if (holder.onDisable != null)
                if (holder.onDisable != null && appDomain != null)
                { 
                    appDomain.Invoke(holder.onDisable, holder.instance);
                }