From c461956fb042b9a5b820307978da85a8d167495b Mon Sep 17 00:00:00 2001 From: jacob Date: Wed, 21 Aug 2024 14:31:32 -0500 Subject: [PATCH] remove a debugbreak --- src/user.c | 4 ---- 1 file changed, 4 deletions(-) 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