We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7009d82 commit 3e2d021Copy full SHA for 3e2d021
src/main/java/com/github/strubium/windowmanager/imgui/ImguiHandler.java
@@ -38,7 +38,7 @@ public void initialize(String glslVersion) {
38
ImGuiImplGlfw imguiGlfw = new ImGuiImplGlfw();
39
imguiGlfw.init(windowManager.window, true);
40
imguiGl3 = new ImGuiImplGl3();
41
- imguiGl3.init(); // OpenGL version
+ imguiGl3.init(glslVersion); // OpenGL version
42
}
43
44
/**
0 commit comments