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

Small fixes 1

This commit is contained in:
Rgebee 2021-10-28 20:48:37 +01:00
commit f655c1a9e6
8 changed files with 28 additions and 16 deletions

View file

@ -73,7 +73,9 @@ namespace Raylib_cs
public IntPtr bindPose;
}
/// <summary>Model animation</summary>
/// <summary>
/// Model animation
/// </summary>
[StructLayout(LayoutKind.Sequential)]
public struct ModelAnimation
{