Open PLu55 opened 2 years ago
I'm using AStar.cs in a path finder. There was a problem that nodes that should have been on the path where lost. The problem was fixed by changing the break statement at line 76 to continue. I believe break here is a mistake.
Kind regards PLux
tks
I'm using AStar.cs in a path finder. There was a problem that nodes that should have been on the path where lost. The problem was fixed by changing the break statement at line 76 to continue. I believe break here is a mistake.
Kind regards PLux