1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

ImFont: Minor adjustment to the structure.

Examples: Removed unused variable.
This commit is contained in:
omar 2019-02-15 13:10:22 +01:00
parent 76dbff37cd
commit f977871854
2 changed files with 8 additions and 9 deletions

View file

@ -91,7 +91,6 @@
ImGui::Render();
[[self openGLContext] makeCurrentContext];
ImGuiIO& io = ImGui::GetIO();
ImDrawData* draw_data = ImGui::GetDrawData();
GLsizei width = (GLsizei)(draw_data->DisplaySize.x * draw_data->FramebufferScale.x);
GLsizei height = (GLsizei)(draw_data->DisplaySize.y * draw_data->FramebufferScale.y);