mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-31 18:32:12 +00:00
Merge pull request #3231 from karl-zylinski/raylib-model-animation-binding-fix
Fix ModelAnimation in raylib.odin missing a field
This commit is contained in:
1
vendor/raylib/raylib.odin
vendored
1
vendor/raylib/raylib.odin
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user