Correctly set generator mode.

This commit is contained in:
Stefanos A 2013-11-14 00:10:51 +01:00
parent 21069ee34c
commit d28c428e99

View file

@ -289,7 +289,7 @@ namespace Bind
case "gl3":
case "gl4":
mode = GeneratorMode.GL2;
mode = GeneratorMode.GL4;
Settings.DefaultOutputNamespace = "OpenTK.Graphics.OpenGL4";
break;