From 32251f756fa3b9cfbf5c9133624de078ea9bc939 Mon Sep 17 00:00:00 2001 From: ikpil Date: Sun, 3 Sep 2023 05:06:29 +0900 Subject: [PATCH] typo --- src/DotRecast.Recast.Demo/Draw/GLU.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {