mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
sys: Lowered required GLSL version to OpenGL 3.0
This commit is contained in:
@@ -742,7 +742,7 @@ namespace hex {
|
||||
|
||||
ImGui_ImplGlfw_InitForOpenGL(this->m_window, true);
|
||||
|
||||
ImGui_ImplOpenGL3_Init("#version 150");
|
||||
ImGui_ImplOpenGL3_Init("#version 130");
|
||||
|
||||
for (const auto &plugin : PluginManager::getPlugins())
|
||||
plugin.setImGuiContext(ImGui::GetCurrentContext());
|
||||
|
||||
Reference in New Issue
Block a user