From ddec2e848802d791e3cac458d161860ae46d90c4 Mon Sep 17 00:00:00 2001 From: JupiterRider <60042618+JupiterRider@users.noreply.github.com> Date: Fri, 6 Dec 2024 22:16:48 +0100 Subject: [PATCH] MatrixFrustum updated --- Raylib-cs/interop/Raymath.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ); ///