-fixed DMD release compilation
This commit is contained in:
parent
24ef63d505
commit
bbb8144f34
1 changed files with 3 additions and 0 deletions
|
|
@ -1030,6 +1030,7 @@ export struct EntityManager
|
|||
foreach (caller; passes[pass].system_callers)
|
||||
{
|
||||
System* sys = &systems[caller.system_id];
|
||||
assert(sys !is null);
|
||||
if (sys.enabled && sys.willExecute)
|
||||
{
|
||||
if (sys.m_empty)
|
||||
|
|
@ -3235,6 +3236,8 @@ export struct EntityManager
|
|||
{
|
||||
if(!system.m_empty)
|
||||
{
|
||||
assert(info !is null);
|
||||
|
||||
EntitiesBlock* block;
|
||||
if (first_block)
|
||||
block = first_block;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue