Update ImGui

This commit is contained in:
scawful
2024-03-10 20:07:18 -04:00
parent ea9525c34b
commit 02f7c695d2
3 changed files with 3 additions and 2 deletions

View File

@@ -256,7 +256,7 @@ absl::Status Controller::CreateGuiContext() {
// Build a new ImGui frame
ImGui_ImplSDLRenderer2_NewFrame();
ImGui_ImplSDL2_NewFrame(window_.get());
ImGui_ImplSDL2_NewFrame();
return absl::OkStatus();
}