Watch
2
0
Fork
You've already forked raylib-cs
0

Update Model.cs

This commit is contained in:
MrScautHD 2023-11-19 12:25:22 +01:00
commit 191e46c4c5

View file

@ -107,7 +107,7 @@ public readonly unsafe partial struct ModelAnimation
/// <summary> /// <summary>
/// Animation name /// Animation name
/// </summary> /// </summary>
public readonly char Name; // TODO CHECK IF IT WORKS public readonly char[] Name; // TODO CHECK IF IT WORKS
/// <inheritdoc cref="FramePoses"/> /// <inheritdoc cref="FramePoses"/>
public FramePosesCollection FramePosesColl => new(FramePoses, FrameCount, BoneCount); public FramePosesCollection FramePosesColl => new(FramePoses, FrameCount, BoneCount);