mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-05 20:48:04 +00:00
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