mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-17 17:34:36 +08:00
fix DebugService
This commit is contained in:
parent
8e4c6ce552
commit
85100b7d62
@ -247,7 +247,7 @@ namespace DCFApixels.DragonECS
|
||||
#region Static Constructor
|
||||
static DebugService()
|
||||
{
|
||||
#if !UNITY_5_3_OR_NEWER
|
||||
#if UNITY_5_3_OR_NEWER
|
||||
Set(new NullDebugService());
|
||||
#else
|
||||
Set(new DefaultDebugService());
|
||||
|
Loading…
Reference in New Issue
Block a user