From 89cb0383e5595b4f265e6926eace39ae5cd1b2f8 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 23 Aug 2023 19:52:34 +0800 Subject: [PATCH] remove old comment --- main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/main.cpp b/main.cpp index d0c829c..4017f6c 100644 --- a/main.cpp +++ b/main.cpp @@ -186,7 +186,6 @@ int main(int argc, char* argv[]) ImGui::End(); ImGui::PopStyleVar(1); - // Rendering ImGui::Render(); ImGui_ImplOpenGL3_RenderDrawData(ImGui::GetDrawData()); int display_w, display_h;