Review comments/fixes
This commit is contained in:
parent
92b89362b5
commit
ba282347fa
4 changed files with 35 additions and 22 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue