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

Begin Runtime ImGui integration

This commit is contained in:
2021-05-25 12:24:05 -04:00
parent a3a8bf5667
commit 55002f1537
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() {