Runtime progress

This commit is contained in:
Antoine Pilote
2023-07-22 13:08:04 -04:00
parent 0d32d28b82
commit aed3bb688a
4 changed files with 68 additions and 70 deletions

View File

@@ -112,9 +112,9 @@ namespace Nuake
Nuake::RenderCommand::Clear();
// Start imgui frame
//ImGui_ImplOpenGL3_NewFrame();
//ImGui_ImplGlfw_NewFrame();
//ImGui::NewFrame();
ImGui_ImplOpenGL3_NewFrame();
ImGui_ImplGlfw_NewFrame();
ImGui::NewFrame();
// Draw scene
Window::Get()->Draw();