diff --git a/src/thread.cpp b/src/thread.cpp index eeb191ed..72531159 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -114,7 +114,7 @@ void Thread::wait_for_search_finished() void Thread::idle_loop() { - bestvalue = lastvalue = VALUE_ZERO; + //bestvalue = lastvalue = VALUE_ZERO; while (true) { std::unique_lock lk(mutex);