mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 01:44:35 +08:00
Update EcsDebug.cs
This commit is contained in:
parent
8613dc3321
commit
856082d1aa
@ -1,6 +1,5 @@
|
|||||||
using DCFApixels.DragonECS.Internal;
|
using DCFApixels.DragonECS.Internal;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Concurrent;
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
@ -215,7 +214,6 @@ namespace DCFApixels.DragonECS
|
|||||||
lock (_lock)
|
lock (_lock)
|
||||||
{
|
{
|
||||||
int id = _nameIdTable[name];
|
int id = _nameIdTable[name];
|
||||||
//TODO проверить TryRemove
|
|
||||||
_nameIdTable.Remove(name);
|
_nameIdTable.Remove(name);
|
||||||
_idDispenser.Release(id);
|
_idDispenser.Release(id);
|
||||||
OnDelProfilerMark(id);
|
OnDelProfilerMark(id);
|
||||||
|
Loading…
Reference in New Issue
Block a user