diff --git a/src/Debug/UnityDebugService.cs b/src/Debug/UnityDebugService.cs index ae553b2..39c4543 100644 --- a/src/Debug/UnityDebugService.cs +++ b/src/Debug/UnityDebugService.cs @@ -6,10 +6,7 @@ namespace DCFApixels.DragonECS.Unity { public class UnityDebugService : DebugService { - public static void Set() - { - DebugService.Set(); - } + public static void Init() => Set(); private ProfilerMarker[] _profilerMarkers = new ProfilerMarker[64];