From cc19f8fb77a535e8f697e32bf388c30943da9975 Mon Sep 17 00:00:00 2001 From: Harvey Fong Date: Thu, 3 Apr 2025 19:53:25 -0600 Subject: [PATCH] commented out debug reso, should use a ifdef --- bellatui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bellatui.cpp b/bellatui.cpp index a24801e..24ab276 100644 --- a/bellatui.cpp +++ b/bellatui.cpp @@ -1248,7 +1248,7 @@ void render_thread( Engine& engine, if (renderThreadQueue.pop(belPath)) { std::cout << "\n==" << "RENDERING: " << belPath.buf() << "\n==" << std::endl; engine.loadScene(belPath); - engine.scene().camera()["resolution"]= Vec2 {100, 100}; + //engine.scene().camera()["resolution"]= Vec2 {100, 100}; engine.start(); { std::lock_guard lock(currentRenderMutex);