Correctly set generator mode.
This commit is contained in:
parent
21069ee34c
commit
d28c428e99
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ namespace Bind
|
|||
|
||||
case "gl3":
|
||||
case "gl4":
|
||||
mode = GeneratorMode.GL2;
|
||||
mode = GeneratorMode.GL4;
|
||||
Settings.DefaultOutputNamespace = "OpenTK.Graphics.OpenGL4";
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue