From 5ad34b959b1f5a50be6675ab1004008f6a37279b Mon Sep 17 00:00:00 2001
From: lwb <q3213421wrwqr>
Date: 星期五, 19 二月 2021 18:09:53 +0800
Subject: [PATCH] 9527 ilruntime

---
 Assets/ILRuntime/Src/ILOneLevelWindowProxy.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Assets/ILRuntime/Src/ILOneLevelWindowProxy.cs b/Assets/ILRuntime/Src/ILOneLevelWindowProxy.cs
index 4b53d5d..94bea24 100644
--- a/Assets/ILRuntime/Src/ILOneLevelWindowProxy.cs
+++ b/Assets/ILRuntime/Src/ILOneLevelWindowProxy.cs
@@ -16,7 +16,7 @@
     IMethod dipose;
     AppDomain appDomain
     {
-        get { return ILRuntimeLoader.Instance.appDomain; }
+        get { return ILLauncherProxy.Instance.appDomain; }
     }
     private void Init()
     {

--
Gitblit v1.8.0