diff --git a/src/user.c b/src/user.c index 1eda779c..68a389c2 100644 --- a/src/user.c +++ b/src/user.c @@ -453,10 +453,6 @@ INTERNAL void user_update(void) 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 */ - if (entity_has_prop(e, ENTITY_PROP_TEST)) { - DEBUGBREAKABLE; - } - if (e0->valid && e1->valid && entity_has_prop(e0, ENTITY_PROP_ACTIVE) && entity_has_prop(e1, ENTITY_PROP_ACTIVE) && e0->handle.gen == e1->handle.gen