remove char

This commit is contained in:
Tyler Bezera 2020-05-16 03:59:02 -07:00
parent 7b41b818d1
commit aeaac716f0

View File

@ -380,7 +380,6 @@ typedef struct Model {
// Model animation // Model animation
typedef struct ModelAnimation { typedef struct ModelAnimation {
char name[64]; // Animation Name
int boneCount; // Number of bones int boneCount; // Number of bones
BoneInfo *bones; // Bones information (skeleton) BoneInfo *bones; // Bones information (skeleton)