fixed small bug

This commit is contained in:
Karma Riuk 2025-02-07 10:03:32 +01:00
parent db87c2ec8b
commit 979d44fad0

View File

@ -10,6 +10,7 @@ Move ai::AI::search(const Board& b) {
std::condition_variable cv;
std::mutex cv_mutex;
double elapsed;
stop_computation = false;
// Start computation in a separate thread