summaryrefslogtreecommitdiffhomepage
path: root/UI.cpp
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2025-01-04 19:40:09 +0100
committerRoland Reichwein <mail@reichwein.it>2025-01-04 19:40:09 +0100
commit770540693fd4a5f9b64c1b2bc8183be3f72ab314 (patch)
treebaa2aa113920de8f75bd7a683e238d6f80c3957a /UI.cpp
parent62c74d6bd161fdab8094c37508db39ac0cc2578a (diff)
Fix log
Diffstat (limited to 'UI.cpp')
-rw-r--r--UI.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/UI.cpp b/UI.cpp
index 933f2de..9bf6632 100644
--- a/UI.cpp
+++ b/UI.cpp
@@ -171,6 +171,7 @@ void UI::draw()
std::cout << fmt::format(" Main loops/s: {}", main_loops_per_second) << std::endl;
+ std::cout << std::endl;
std::cout << "Log:" << std::endl;
std::cout << log_cout.get_log() << std::endl;
}