mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 01:44:35 +08:00
fix
This commit is contained in:
parent
1569b6507d
commit
2d64b3088a
@ -13,7 +13,9 @@ namespace DCFApixels.DragonECS
|
||||
private int _poolsCount;
|
||||
internal IEcsPoolImplementation[] _pools;
|
||||
internal PoolSlot[] _poolSlots;
|
||||
#if (DEBUG && !DISABLE_DEBUG) || ENABLE_DRAGONECS_ASSERT_CHEKS
|
||||
private int _lockedPoolCount = 0;
|
||||
#endif
|
||||
|
||||
private readonly PoolsMediator _poolsMediator;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user