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 72e5632 commit bbf6b8fCopy full SHA for bbf6b8f
src/gui/ProjectMGUI.cpp
@@ -43,7 +43,7 @@ void ProjectMGUI::initialize(Poco::Util::Application& app)
43
_glContext = renderingWindow.GetGlContext();
44
45
ImGui_ImplSDL2_InitForOpenGL(_renderingWindow, _glContext);
46
- ImGui_ImplOpenGL3_Init("#version 130");
+ ImGui_ImplOpenGL3_Init("#version 150");
47
48
UpdateFontSize();
49
0 commit comments