fix DebugService

This commit is contained in:
DCFApixels 2025-05-01 12:14:41 +08:00
parent 8e4c6ce552
commit 85100b7d62

View File

@ -247,7 +247,7 @@ namespace DCFApixels.DragonECS
#region Static Constructor #region Static Constructor
static DebugService() static DebugService()
{ {
#if !UNITY_5_3_OR_NEWER #if UNITY_5_3_OR_NEWER
Set(new NullDebugService()); Set(new NullDebugService());
#else #else
Set(new DefaultDebugService()); Set(new DefaultDebugService());