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:
parent
76dbff37cd
commit
f977871854
2 changed files with 8 additions and 9 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue