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

MatrixFrustum updated

This commit is contained in:
JupiterRider 2024-12-06 22:16:48 +01:00
commit ddec2e8488

View file

@ -437,8 +437,8 @@ public static unsafe partial class Raymath
double right, double right,
double bottom, double bottom,
double top, double top,
double near, double nearPlane,
double far double farPlane
); );
/// <summary> /// <summary>