From aeaac716f0c8e16f7322cc0cf71ff4dbc97227db Mon Sep 17 00:00:00 2001 From: Tyler Bezera Date: Sat, 16 May 2020 03:59:02 -0700 Subject: [PATCH] remove char --- src/raylib.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/raylib.h b/src/raylib.h index 420bb0ab6..d75855d09 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -380,7 +380,6 @@ typedef struct Model { // Model animation typedef struct ModelAnimation { - char name[64]; // Animation Name int boneCount; // Number of bones BoneInfo *bones; // Bones information (skeleton)