ReGoap
ReGoap copied to clipboard
Problem in AStar
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