summaryrefslogtreecommitdiff
path: root/src/resources/gltf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/gltf.c')
-rw-r--r--src/resources/gltf.c2
1 files changed, 1 insertions, 1 deletions
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) {