2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 01:07:43 +00:00

Begin Runtime ImGui integration

This commit is contained in:
2021-05-25 12:24:05 -04:00
parent 20bde9fd1e
commit f167fc4281
8 changed files with 181 additions and 10 deletions

View File

@@ -182,7 +182,6 @@ void ImGuiEngine::Begin(float dt, float scale) {
}
ImGui::NewFrame();
ImGui::ShowDemoWindow();
}
void ImGuiEngine::End() {