summaryrefslogtreecommitdiff
path: root/src/animation.h
diff options
context:
space:
mode:
authorOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-04-21 12:34:00 +1000
committerOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-04-21 12:34:00 +1000
commit1fc69f183bf8f105048b9d47e096ccd402107bbb (patch)
treebe3060a80d6ace90e911aea234993f847d31cd24 /src/animation.h
parent6585326fe177a0dc710ef6624a301a36db992e96 (diff)
misc cleanup
Diffstat (limited to 'src/animation.h')
-rw-r--r--src/animation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation.h b/src/animation.h
index 9d5d03b..5462e65 100644
--- a/src/animation.h
+++ b/src/animation.h
@@ -29,7 +29,7 @@ typedef struct keyframes {
} keyframes;
typedef struct joint {
- char* name; // optional
+ char* name; // optional
transform transform_components;
mat4 inverse_bind_matrix;
mat4 local_transform;