fix Release Build

This commit is contained in:
Mikhail 2024-04-26 04:55:19 +08:00
parent 5c5724cdcc
commit 1c6b49edbe

View File

@ -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);