mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 01:44:35 +08:00
fix Release Build
This commit is contained in:
parent
5c5724cdcc
commit
1c6b49edbe
@ -509,8 +509,8 @@ namespace DCFApixels.DragonECS
|
|||||||
{
|
{
|
||||||
EcsDebug.PrintWarning("Component has not been added because the pool has not been initialized yet.");
|
EcsDebug.PrintWarning("Component has not been added because the pool has not been initialized yet.");
|
||||||
}
|
}
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
}
|
||||||
foreach (var excTypeID in _mask._exc)
|
foreach (var excTypeID in _mask._exc)
|
||||||
{
|
{
|
||||||
var pool = world.GetPoolInstance(excTypeID);
|
var pool = world.GetPoolInstance(excTypeID);
|
||||||
|
Loading…
Reference in New Issue
Block a user