forked from bit/DotRecastNetSim
typo
This commit is contained in:
parent
1cf974c2ce
commit
32251f756f
|
@ -21,7 +21,7 @@ using DotRecast.Core;
|
||||||
|
|
||||||
namespace DotRecast.Recast.Demo.Draw;
|
namespace DotRecast.Recast.Demo.Draw;
|
||||||
|
|
||||||
public class GLU
|
public static class GLU
|
||||||
{
|
{
|
||||||
public static float[] GluPerspective(float fovy, float aspect, float near, float far)
|
public static float[] GluPerspective(float fovy, float aspect, float near, float far)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue