mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 22:08:41 +00:00
ditto
This commit is contained in:
@@ -67,7 +67,6 @@ dmn_w32_entity_alloc(DMN_W32_Entity *parent, DMN_W32_EntityKind kind, U64 id)
|
|||||||
e = push_array_no_zero(dmn_w32_shared->entities_arena, DMN_W32_Entity, 1);
|
e = push_array_no_zero(dmn_w32_shared->entities_arena, DMN_W32_Entity, 1);
|
||||||
dmn_w32_shared->entities_count += 1;
|
dmn_w32_shared->entities_count += 1;
|
||||||
}
|
}
|
||||||
U32 gen = e->gen;
|
|
||||||
MemoryZeroStruct(e);
|
MemoryZeroStruct(e);
|
||||||
e->gen = gen+1;
|
e->gen = gen+1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user