Fix UnloadModelAnimations type
This commit is contained in:
parent
b70b7812f9
commit
c4aa6196ea
1 changed files with 1 additions and 1 deletions
|
|
@ -2351,7 +2351,7 @@ namespace Raylib_cs
|
|||
|
||||
/// <summary>Unload animation array data</summary>
|
||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
public static extern void UnloadModelAnimations(ModelAnimation[] animations, uint count);
|
||||
public static extern void UnloadModelAnimations(ModelAnimation* animations, uint count);
|
||||
|
||||
/// <summary>Check model animation skeleton match</summary>
|
||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
|
|
|
|||
Loading…
Reference in a new issue