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
On a WRAPX map of size (XSIZE, YSIZE), center the view somewhere near (XSIZE - 5, YSIZE - 10). Then right-click a tile past the map boundary, say (YSIZE - 10, 1). The view gets centered somewhere off-limits, around a position that would be (1, -10).
The text was updated successfully, but these errors were encountered:
On a
WRAPX
map of size(XSIZE, YSIZE)
, center the view somewhere near(XSIZE - 5, YSIZE - 10)
. Then right-click a tile past the map boundary, say(YSIZE - 10, 1)
. The view gets centered somewhere off-limits, around a position that would be(1, -10)
.The text was updated successfully, but these errors were encountered: