From 304ab1049153ad620b779c389e8b08f22338f841 Mon Sep 17 00:00:00 2001 From: PopSlime Date: Thu, 10 Jul 2025 02:15:47 +0800 Subject: [PATCH] fix: Restore debugging event sources --- Assets/Cryville.EEW.Unity/Worker.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Cryville.EEW.Unity/Worker.cs b/Assets/Cryville.EEW.Unity/Worker.cs index 94135b1..a07fca6 100644 --- a/Assets/Cryville.EEW.Unity/Worker.cs +++ b/Assets/Cryville.EEW.Unity/Worker.cs @@ -160,7 +160,7 @@ namespace Cryville.EEW.Unity { bool _verified; void BuildWorkers() { App.MainLogger.Log(1, "App", null, "Building workers"); -#if false//UNITY_EDITOR +#if UNITY_EDITOR _worker.AddWorker(new WolfxWorker(new Uri("ws://localhost:9995/wolfx"))); _worker.AddWorker(new JMAAtomWorker(new Uri("http://localhost:9095/eqvol.xml"))); _worker.AddWorker(new FANStudioWorker(new("ws://localhost:9995/fan/cea")));