summaryrefslogtreecommitdiffhomepage
path: root/UI.cpp
diff options
context:
space:
mode:
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;
}