You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: