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

Review comments/fixes

This commit is contained in:
Rgebee 2022-09-25 08:52:59 +01:00
commit ba282347fa
4 changed files with 35 additions and 22 deletions

View file

@ -512,6 +512,6 @@ namespace Raylib_cs
/// <summary>Check whether two given quaternions are almost equal</summary>
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
public static extern Quaternion QuaternionEquals(Quaternion p, Quaternion q);
public static extern int QuaternionEquals(Quaternion p, Quaternion q);
}
}