Can now render 2 scene at once

This commit is contained in:
antopilo
2025-01-29 19:43:21 -05:00
parent e5fc760938
commit ea136b729c
8 changed files with 324 additions and 326 deletions

View File

@@ -208,8 +208,6 @@ namespace Nuake
//ImGui::ShowDemoWindow();
RenderCommand::Clear();
// Start imgui frame
@@ -225,8 +223,6 @@ namespace Nuake
// Draw scene
Window::Get()->Draw();
}
void Engine::EndDraw()