From ae53984f9f4dcb798c0e8b130080d5cbaedd38a1 Mon Sep 17 00:00:00 2001 From: Mikhail <99481254+DCFApixels@users.noreply.github.com> Date: Thu, 30 Mar 2023 17:10:42 +0800 Subject: [PATCH] Update UnityDebugService.cs --- src/Debug/DebugService/UnityDebugService.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Debug/DebugService/UnityDebugService.cs b/src/Debug/DebugService/UnityDebugService.cs index a201af7..c8ae00e 100644 --- a/src/Debug/DebugService/UnityDebugService.cs +++ b/src/Debug/DebugService/UnityDebugService.cs @@ -38,10 +38,9 @@ namespace DCFApixels.DragonECS _profilerMarkers[id].Begin(); } - public override double ProfileMarkEnd(int id) + public override void ProfileMarkEnd(int id) { _profilerMarkers[id].End(); - return -1; } protected override void OnDelMark(int id)