diff --git a/Raylib-cs/interop/Raymath.cs b/Raylib-cs/interop/Raymath.cs index c95aa65..1659114 100644 --- a/Raylib-cs/interop/Raymath.cs +++ b/Raylib-cs/interop/Raymath.cs @@ -437,8 +437,8 @@ public static unsafe partial class Raymath double right, double bottom, double top, - double near, - double far + double nearPlane, + double farPlane ); ///