mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-18 01:54:35 +08:00
Update UnityDebugService.cs
This commit is contained in:
parent
c1599bbae1
commit
ae53984f9f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user