From 48ec41f0ec2d2ed26c917c5d88d8e25e57c37db2 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 10 Feb 2026 18:02:36 +0100 Subject: [PATCH] Update raylib.h --- src/raylib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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