From 6f91ac27d34a3e1344d0ee4b8c4e5366a7ff846c Mon Sep 17 00:00:00 2001 From: cdkersey Date: Mon, 12 Oct 2015 13:56:23 -0600 Subject: [PATCH] Further oops. --- src/core.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 {