Update UnityDebugService.cs

This commit is contained in:
Mikhail 2023-03-30 17:10:42 +08:00
parent c1599bbae1
commit ae53984f9f

View File

@ -38,10 +38,9 @@ namespace DCFApixels.DragonECS
_profilerMarkers[id].Begin(); _profilerMarkers[id].Begin();
} }
public override double ProfileMarkEnd(int id) public override void ProfileMarkEnd(int id)
{ {
_profilerMarkers[id].End(); _profilerMarkers[id].End();
return -1;
} }
protected override void OnDelMark(int id) protected override void OnDelMark(int id)