diff --git a/src/raylib.h b/src/raylib.h index 66cfe4387..b4b175919 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -417,11 +417,11 @@ typedef struct Model { // ModelAnimation typedef struct ModelAnimation { + char name[32]; // Animation name int boneCount; // Number of bones int frameCount; // Number of animation frames BoneInfo *bones; // Bones information (skeleton) Transform **framePoses; // Poses array by frame - char name[32]; // Animation name } ModelAnimation; // Ray, ray for raycasting