diff --git a/Raylib-cs/types/Model.cs b/Raylib-cs/types/Model.cs index 61a10e0..6b64dd7 100644 --- a/Raylib-cs/types/Model.cs +++ b/Raylib-cs/types/Model.cs @@ -79,7 +79,7 @@ public unsafe partial struct Model /// Model animation /// [StructLayout(LayoutKind.Sequential)] -public readonly unsafe partial struct ModelAnimation +public unsafe partial struct ModelAnimation { /// /// Number of bones @@ -107,7 +107,7 @@ public readonly unsafe partial struct ModelAnimation /// /// Animation name (char[32]) /// - public readonly sbyte Name; + public fixed sbyte Name[32]; /// public FramePosesCollection FramePosesColl => new(FramePoses, FrameCount, BoneCount);