Skip to content

Commit

Permalink
Fix threads index
Browse files Browse the repository at this point in the history
  • Loading branch information
vinc committed Dec 18, 2022
1 parent d6786d2 commit bc4c427
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/search.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ impl Search for Game {
clone.is_search_verbose = false;
clone.is_debug = false;
}
clone.threads_index = i;

let min_depth = depths.start; // TODO: + i as usize;
let max_depth = depths.end;
Expand Down

0 comments on commit bc4c427

Please sign in to comment.