From 0ccedb80a142b8d343800008744b1634767636f4 Mon Sep 17 00:00:00 2001 From: Mikhail <99481254+DCFApixels@users.noreply.github.com> Date: Mon, 27 Mar 2023 18:00:13 +0800 Subject: [PATCH] Rename autoset service method --- src/Debug/UnityDebugService.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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];