mirror of
https://github.com/ocornut/imgui.git
synced 2026-03-30 13:05:23 -05:00
Fix assert error when launching
@@ -202,7 +202,7 @@ void setup(GLFWwindow* window)
|
||||
display_width,
|
||||
display_height;
|
||||
GLuint g_FontTexture;
|
||||
|
||||
ImGui::CreateContext();
|
||||
ImGuiIO& io { ImGui::GetIO() };
|
||||
|
||||
io.Fonts->GetTexDataAsAlpha8(&pixels, &width, &height);
|
||||
|
||||
Reference in New Issue
Block a user