mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-22 22:01:46 +00:00
[client] opengl: fix startup since ImGui upgrade
This commit is contained in:
parent
dc918c55b6
commit
1082875b8e
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue