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 System;
|
||||
using System.Collections.Concurrent;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Linq;
|
||||
@ -215,7 +214,6 @@ namespace DCFApixels.DragonECS
|
||||
lock (_lock)
|
||||
{
|
||||
int id = _nameIdTable[name];
|
||||
//TODO проверить TryRemove
|
||||
_nameIdTable.Remove(name);
|
||||
_idDispenser.Release(id);
|
||||
OnDelProfilerMark(id);
|
||||
|
Loading…
Reference in New Issue
Block a user