diff --git a/Source/Bind/Main.cs b/Source/Bind/Main.cs index 813342bb..4374f042 100644 --- a/Source/Bind/Main.cs +++ b/Source/Bind/Main.cs @@ -289,7 +289,7 @@ namespace Bind case "gl3": case "gl4": - mode = GeneratorMode.GL2; + mode = GeneratorMode.GL4; Settings.DefaultOutputNamespace = "OpenTK.Graphics.OpenGL4"; break;