Skip to content

Commit bbf6b8f

Browse files
committed
Fix ImGUI GL shader version on macOS
1 parent 72e5632 commit bbf6b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/ProjectMGUI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ void ProjectMGUI::initialize(Poco::Util::Application& app)
4343
_glContext = renderingWindow.GetGlContext();
4444

4545
ImGui_ImplSDL2_InitForOpenGL(_renderingWindow, _glContext);
46-
ImGui_ImplOpenGL3_Init("#version 130");
46+
ImGui_ImplOpenGL3_Init("#version 150");
4747

4848
UpdateFontSize();
4949

0 commit comments

Comments
 (0)