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

Fix Mapper.map(Dimension) to set the width as the X value rather than Y #3839

Conversation

kwvanderlinde
Copy link
Collaborator

@kwvanderlinde kwvanderlinde commented Feb 16, 2023

Identify the Bug or Feature request

Fixes #3838

Description of the Change

The implementation of Mapper.map(Dimension) was calling setY() when setX() was intended. This fixes that.

Possible Drawbacks

None

Documentation Notes

N/A

Release Notes

  • Fixed a bug where movement overlays would be drawn at the wrong position.

This change is Reviewable

Copy link
Contributor

@Phergus Phergus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @kwvanderlinde)

@Phergus Phergus merged commit e5e1fde into RPTools:develop Feb 16, 2023
@kwvanderlinde kwvanderlinde deleted the bugfix/3838-fix-hex-grid-cell-offset-in-protobuf branch February 17, 2023 00:48
@cwisniew cwisniew added the bug label Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

[Bug]: Token Movement overlay is off on a hex grid
3 participants