mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] opengl: fix startup since ImGui upgrade
This commit is contained in:
parent
dc918c55b6
commit
1082875b8e
@ -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
|
// this is needed to refresh the font atlas texture
|
||||||
ImGui_ImplOpenGL2_Shutdown();
|
ImGui_ImplOpenGL2_Shutdown();
|
||||||
|
ImGui_ImplOpenGL2_Init();
|
||||||
ImGui_ImplOpenGL2_NewFrame();
|
ImGui_ImplOpenGL2_NewFrame();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user