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
The code often breaks out into Segmentation Faults when used with dynamic maps as the co-ordinates x and y may be negative; and when used while setting indices, they result in a negative value. This in turn causes segmentation faults.
A possible solution is to transform the x and y co-ordinates from World to Map before setting indices.
The text was updated successfully, but these errors were encountered:
The code often breaks out into Segmentation Faults when used with dynamic maps as the co-ordinates x and y may be negative; and when used while setting indices, they result in a negative value. This in turn causes segmentation faults.
A possible solution is to transform the x and y co-ordinates from World to Map before setting indices.
The text was updated successfully, but these errors were encountered: