diff --git a/client/renderers/OpenGL/opengl.c b/client/renderers/OpenGL/opengl.c index c623fb03..c97e1a81 100644 --- a/client/renderers/OpenGL/opengl.c +++ b/client/renderers/OpenGL/opengl.c @@ -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(); }