diff --git a/AxibugEmuOnline.Client/Assets/Script/AppMain/AxiHttp/AxiHttp.cs b/AxibugEmuOnline.Client/Assets/Script/AppMain/AxiHttp/AxiHttp.cs index fa7717c..844cd2b 100644 --- a/AxibugEmuOnline.Client/Assets/Script/AppMain/AxiHttp/AxiHttp.cs +++ b/AxibugEmuOnline.Client/Assets/Script/AppMain/AxiHttp/AxiHttp.cs @@ -14,7 +14,6 @@ using System.Threading; public static class PSVThread { - static Thread psvThread = new Thread(Loop); static AutoResetEvent autoEvent = new AutoResetEvent(false); static Queue qActs = new Queue(); static Queue qWork = new Queue(); @@ -29,6 +28,7 @@ public static class PSVThread } #if UNITY_PSP2 + static Thread psvThread = new Thread(Loop); static bool bSingleInit = false; static void SingleInit() {