From f7e1f4ab1c94cecaaa92907d627e80711bc0243d Mon Sep 17 00:00:00 2001 From: Patrick Dawson Date: Sat, 20 Apr 2024 06:30:59 +0200 Subject: [PATCH] test --- gdext/src/Context.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/gdext/src/Context.cpp b/gdext/src/Context.cpp index e141ac8..aea2828 100644 --- a/gdext/src/Context.cpp +++ b/gdext/src/Context.cpp @@ -43,8 +43,6 @@ Context::Context(Window* mainWindow, RID mainSubViewport, std::unique_ptrfree_rid(ci); - // RenderingServer::get_singleton()->free_rid(svp); if (ImGui::GetCurrentContext()) ImGui::DestroyContext(); }