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 {
|
||||
self.set_root_idx_raw(curr_board_idx);
|
||||
} else {
|
||||
dbg!("regenerating arena from board");
|
||||
self.set_root_from_board(*board);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user