Skip to content

Commit 48ec41f

Browse files
committed
Update raylib.h
1 parent 4b01c23 commit 48ec41f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/raylib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,11 +417,11 @@ typedef struct Model {
417417

418418
// ModelAnimation
419419
typedef struct ModelAnimation {
420+
char name[32]; // Animation name
420421
int boneCount; // Number of bones
421422
int frameCount; // Number of animation frames
422423
BoneInfo *bones; // Bones information (skeleton)
423424
Transform **framePoses; // Poses array by frame
424-
char name[32]; // Animation name
425425
} ModelAnimation;
426426

427427
// Ray, ray for raycasting

0 commit comments

Comments
 (0)