From d28c428e99b22e0ee0cf676cde59bab6c36b6675 Mon Sep 17 00:00:00 2001 From: Stefanos A Date: Thu, 14 Nov 2013 00:10:51 +0100 Subject: [PATCH] Correctly set generator mode. --- Source/Bind/Main.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;