diff --git a/src/core.cpp b/src/core.cpp index 0185bcd8..3f9bb863 100644 --- a/src/core.cpp +++ b/src/core.cpp @@ -65,7 +65,9 @@ void Core::step() { } #endif } + #ifdef PRINT_ACTIVE_THREADS cout << endl; + #endif } bool Core::running() const {