MatrixFrustum updated
This commit is contained in:
parent
b05d941f4b
commit
ddec2e8488
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue