We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b01c23 commit 48ec41fCopy full SHA for 48ec41f
1 file changed
src/raylib.h
@@ -417,11 +417,11 @@ typedef struct Model {
417
418
// ModelAnimation
419
typedef struct ModelAnimation {
420
+ char name[32]; // Animation name
421
int boneCount; // Number of bones
422
int frameCount; // Number of animation frames
423
BoneInfo *bones; // Bones information (skeleton)
424
Transform **framePoses; // Poses array by frame
- char name[32]; // Animation name
425
} ModelAnimation;
426
427
// Ray, ray for raycasting
0 commit comments