diff --git a/src/DotRecast.Recast.Demo/Draw/GLU.cs b/src/DotRecast.Recast.Demo/Draw/GLU.cs index 7390daf..a134afb 100644 --- a/src/DotRecast.Recast.Demo/Draw/GLU.cs +++ b/src/DotRecast.Recast.Demo/Draw/GLU.cs @@ -21,7 +21,7 @@ using DotRecast.Core; namespace DotRecast.Recast.Demo.Draw; -public class GLU +public static class GLU { public static float[] GluPerspective(float fovy, float aspect, float near, float far) {