finished imguilayer end function

This commit is contained in:
2026-03-17 11:20:30 +01:00
parent fed67c7baa
commit 9b64e0b065

View File

@@ -42,5 +42,10 @@ void ImGuiLayer::End() {
Application &app = Application::Get(); Application &app = Application::Get();
io.DisplaySize = ImVec2((float)app.GetWindowData().width, (float)app.GetWindowData().height); io.DisplaySize = ImVec2((float)app.GetWindowData().width, (float)app.GetWindowData().height);
ImGui::Render();
ImGui_ImplSDLRenderer3_RenderDrawData(ImGui::GetDrawData(), Application::Get().GetSDLRenderer());
ImGui::EndFrame();
} }
} // namespace SakuraVNE } // namespace SakuraVNE