From 938e3944fd7d55951e794224e6346488d3c701ea Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Thu, 15 Aug 2024 13:06:27 +1000 Subject: cone wip --- src/resources/gltf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resources/gltf.c') diff --git a/src/resources/gltf.c b/src/resources/gltf.c index c5f1fd1..76ba0a5 100644 --- a/src/resources/gltf.c +++ b/src/resources/gltf.c @@ -168,7 +168,7 @@ bool model_load_gltf_str(const char* file_string, const char* filepath, Str8 rel // --- Skin size_t num_skins = data->skins_count; bool is_skinned = false; - Armature main_skeleton = {0}; + Armature main_skeleton = { 0 }; if (num_skins == 1) { is_skinned = true; } else if (num_skins > 1) { -- cgit v1.2.3-70-g09d2