Added runtime

This commit is contained in:
Antoine Pilote
2023-07-22 03:22:08 -04:00
parent df69d17305
commit 0d32d28b82
4 changed files with 151 additions and 5 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();