From 1e7fe72948f9f6f93639f5d003522ce3afa24409 Mon Sep 17 00:00:00 2001 From: hgn Date: Wed, 22 Nov 2023 07:15:41 +0000 Subject: [PATCH] remove assertion --- world_entity.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world_entity.c b/world_entity.c index 2ba975b..1466836 100644 --- a/world_entity.c +++ b/world_entity.c @@ -318,7 +318,7 @@ static void ent_audio_call( world_instance *world, ent_call *call ){ v3_copy( audio->transform.co, sound_co ); } else - vg_fatal_error( "ent_audio_call (invalid function id)" ); + return; float chance = vg_randf64()*100.0f, bar = 0.0f; -- 2.25.1