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 bottom,
|
||||
double top,
|
||||
double near,
|
||||
double far
|
||||
double nearPlane,
|
||||
double farPlane
|
||||
);
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Reference in a new issue