mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 01:44:35 +08:00
fix DebugService
This commit is contained in:
parent
8e4c6ce552
commit
85100b7d62
@ -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());
|
||||||
|
Loading…
Reference in New Issue
Block a user