Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Apr 20, 2024
1 parent 55159d6 commit f7e1f4a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gdext/src/Context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ Context::Context(Window* mainWindow, RID mainSubViewport, std::unique_ptr<Render

Context::~Context()
{
// RenderingServer::get_singleton()->free_rid(ci);
// RenderingServer::get_singleton()->free_rid(svp);
if (ImGui::GetCurrentContext())
ImGui::DestroyContext();
}
Expand Down

0 comments on commit f7e1f4a

Please sign in to comment.