remove a debugbreak

This commit is contained in:
jacob 2024-08-21 14:31:32 -05:00
parent 9a2ec4ebe4
commit c461956fb0

View File

@ -453,10 +453,6 @@ INTERNAL void user_update(void)
struct entity *e1 = &t1->entity_store->entities[i]; struct entity *e1 = &t1->entity_store->entities[i];
ASSERT(!e->valid || e->cached_global_xform_dirty == false); /* Game thread should have cached all global xforms before publishing */ ASSERT(!e->valid || e->cached_global_xform_dirty == false); /* Game thread should have cached all global xforms before publishing */
if (entity_has_prop(e, ENTITY_PROP_TEST)) {
DEBUGBREAKABLE;
}
if (e0->valid && e1->valid if (e0->valid && e1->valid
&& entity_has_prop(e0, ENTITY_PROP_ACTIVE) && entity_has_prop(e1, ENTITY_PROP_ACTIVE) && entity_has_prop(e0, ENTITY_PROP_ACTIVE) && entity_has_prop(e1, ENTITY_PROP_ACTIVE)
&& e0->handle.gen == e1->handle.gen && e0->handle.gen == e1->handle.gen