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)