Remove ref from raylib bindings
This commit is contained in:
parent
c859981d0b
commit
ed9cead672
2 changed files with 54 additions and 54 deletions
|
|
@ -101,7 +101,7 @@ namespace Raylib_cs
|
|||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
public static extern void rlMultMatrixf(float* matf);
|
||||
|
||||
/// <inheritdoc cref="rlMultMatrixf"/>
|
||||
/// <inheritdoc cref="rlMultMatrixf(float*)"/>
|
||||
public static void rlMultMatrixf(Matrix4x4 matf)
|
||||
{
|
||||
float16 f = Raymath.MatrixToFloatV(matf);
|
||||
|
|
|
|||
Loading…
Reference in a new issue