mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 09:54:35 +08:00
fix EcsWrold.Destroy
This commit is contained in:
parent
475a51818f
commit
a63f398fda
@ -14,7 +14,7 @@ namespace DCFApixels.DragonECS
|
||||
|
||||
private readonly PoolsMediator _poolsMediator;
|
||||
|
||||
private static EcsNullPool _nullPool = EcsNullPool.instance;
|
||||
private EcsNullPool _nullPool = EcsNullPool.instance;
|
||||
|
||||
#region Getters
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user