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
addWall() is avoiding putting an opposing wall out of bounds, but in doing so it fails to put the requested in-bounds wall.
Walls on the edge of the map aren't of much use to the field-of-view algorithm, but in case someone relies on FieldOfViewMap to save wall positions, it should still remember them.
The text was updated successfully, but these errors were encountered:
Adding a wall at the very edge of the map fails. For instance:
addWall()
is avoiding putting an opposing wall out of bounds, but in doing so it fails to put the requested in-bounds wall.Walls on the edge of the map aren't of much use to the field-of-view algorithm, but in case someone relies on FieldOfViewMap to save wall positions, it should still remember them.
The text was updated successfully, but these errors were encountered: