mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-18 18:14:35 +08:00
update
This commit is contained in:
parent
bb73fbcdfe
commit
f8c95fbd98
@ -32,6 +32,10 @@ namespace DCFApixels.DragonECS
|
|||||||
}
|
}
|
||||||
Debug.Log(v);
|
Debug.Log(v);
|
||||||
}
|
}
|
||||||
|
public override void Break()
|
||||||
|
{
|
||||||
|
Debug.Break();
|
||||||
|
}
|
||||||
|
|
||||||
public override void ProfilerMarkBegin(int id)
|
public override void ProfilerMarkBegin(int id)
|
||||||
{
|
{
|
||||||
@ -53,6 +57,5 @@ namespace DCFApixels.DragonECS
|
|||||||
if (id >= _profilerMarkers.Length) Array.Resize(ref _profilerMarkers, _profilerMarkers.Length << 1);
|
if (id >= _profilerMarkers.Length) Array.Resize(ref _profilerMarkers, _profilerMarkers.Length << 1);
|
||||||
_profilerMarkers[id] = new ProfilerMarker(ProfilerCategory.Scripts, name);
|
_profilerMarkers[id] = new ProfilerMarker(ProfilerCategory.Scripts, name);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user