mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-06 10:44:01 +00:00
[client] opengl: fix startup since ImGui upgrade
This commit is contained in:
@@ -307,6 +307,7 @@ void opengl_onResize(LG_Renderer * renderer, const int width, const int height,
|
||||
|
||||
// this is needed to refresh the font atlas texture
|
||||
ImGui_ImplOpenGL2_Shutdown();
|
||||
ImGui_ImplOpenGL2_Init();
|
||||
ImGui_ImplOpenGL2_NewFrame();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user