add dbg for regenerating arena

This commit is contained in:
Simon Gardling 2025-02-26 23:05:25 -05:00
parent 0ffded8488
commit a10b762b39
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -247,6 +247,7 @@ impl FutureMoves {
if let Some(curr_board_idx) = curr_board {
self.set_root_idx_raw(curr_board_idx);
} else {
dbg!("regenerating arena from board");
self.set_root_from_board(*board);
}
}