aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoravanspector <94762082+avanspector@users.noreply.github.com>2024-02-27 02:00:19 +0100
committerGitHub <noreply@github.com>2024-02-27 02:00:19 +0100
commit494cac02d7c62b7dffe0ce4f71141cbfa9c2b13d (patch)
tree183cd5ae467fbad57ee56a038a540aec3b1dfb50
parent38c69b96914e10d54e7765a3cbe542a620a7e49a (diff)
parentcba8cb2201cfb321dd627fb1c67a5a61267465ea (diff)
Merge branch 'odin-lang:master' into haiku
-rw-r--r--vendor/raylib/raylib.odin1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/raylib/raylib.odin b/vendor/raylib/raylib.odin
index 7a350f6a7..c21b9f3ab 100644
--- a/vendor/raylib/raylib.odin
+++ b/vendor/raylib/raylib.odin
@@ -425,6 +425,7 @@ ModelAnimation :: struct {
frameCount: c.int, // Number of animation frames
bones: [^]BoneInfo, // Bones information (skeleton)
framePoses: [^][^]Transform, // Poses array by frame
+ name: [32]u8, // Animation name
}
// Ray type (useful for raycast)