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 chose a block at something like 49, 50 which put the end marker outside the playable space. The program ran and eventually crashed since it couldn't find the actual destination.
Solution would be simple; don't allow input outside the playable space. When the user inputs his desired starting/ending point, just ensure that the numbers are within range.
The text was updated successfully, but these errors were encountered:
I chose a block at something like 49, 50 which put the end marker outside the playable space. The program ran and eventually crashed since it couldn't find the actual destination.
Solution would be simple; don't allow input outside the playable space. When the user inputs his desired starting/ending point, just ensure that the numbers are within range.
The text was updated successfully, but these errors were encountered: