remove old comment
This commit is contained in:
parent
b9b80c0ecb
commit
89cb0383e5
1
main.cpp
1
main.cpp
|
@ -186,7 +186,6 @@ int main(int argc, char* argv[])
|
||||||
ImGui::End();
|
ImGui::End();
|
||||||
ImGui::PopStyleVar(1);
|
ImGui::PopStyleVar(1);
|
||||||
|
|
||||||
// Rendering
|
|
||||||
ImGui::Render();
|
ImGui::Render();
|
||||||
ImGui_ImplOpenGL3_RenderDrawData(ImGui::GetDrawData());
|
ImGui_ImplOpenGL3_RenderDrawData(ImGui::GetDrawData());
|
||||||
int display_w, display_h;
|
int display_w, display_h;
|
||||||
|
|
Loading…
Reference in New Issue