mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 18:14:37 +08:00
fix debug service
This commit is contained in:
parent
2ce319fd35
commit
de2a0d43ac
@ -170,6 +170,8 @@ namespace DCFApixels.DragonECS
|
||||
|
||||
foreach (var info in oldService.MarkerInfos)
|
||||
{
|
||||
service._idDispenser.Use(info.ID);
|
||||
service._nameIdTable.TryAdd(info.Name, info.ID);
|
||||
service.OnNewProfilerMark(info.ID, info.Name);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user