add dbg for regenerating arena
This commit is contained in:
parent
0ffded8488
commit
a10b762b39
@ -247,6 +247,7 @@ impl FutureMoves {
|
|||||||
if let Some(curr_board_idx) = curr_board {
|
if let Some(curr_board_idx) = curr_board {
|
||||||
self.set_root_idx_raw(curr_board_idx);
|
self.set_root_idx_raw(curr_board_idx);
|
||||||
} else {
|
} else {
|
||||||
|
dbg!("regenerating arena from board");
|
||||||
self.set_root_from_board(*board);
|
self.set_root_from_board(*board);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user