Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct coordinate handling for active item cache #32376

Merged
merged 1 commit into from Jul 15, 2019

Commits on Jul 14, 2019

  1. Fix coordinate handling re submaps_with_active_items

    This was using abs_sub inapropriately to convert between absolute and local coordinates.
    Only x and y coordinates need conversion, z does not.
    Also map::get_active_items_in_radius() was failing to convert entirely.
    kevingranade committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    bbf6f77 View commit details
    Browse the repository at this point in the history