mirror of
https://github.com/dancojocaru2000/ai-project-idastar.git
synced 2025-02-22 16:39:35 +02:00
Remove backtracking
This commit is contained in:
parent
055fa3aa3c
commit
57c4728e6a
1 changed files with 0 additions and 1 deletions
|
@ -204,7 +204,6 @@ namespace IdaStar
|
|||
if (_board[neighbour.Row][neighbour.Column] == CellState.PATH) {
|
||||
_board[neighbour.Row][neighbour.Column] = CellState.EMPTY;
|
||||
}
|
||||
AlgorithmStep?.Invoke(this, threshold);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue