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 bug from tilemapExt not placing tiles #350

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

Geokureli
Copy link
Member

@Geokureli Geokureli commented Jun 5, 2024

This line is never false with flixel-addons v 3.2.3 (i.e. latest), but with the upcoming version this will always be false

if (Object.y >= Tile.y)

I believe this is a typo and should be <= but it didn't work as expected because FlxTilemapExt tiles are not placed at the site of the overlap checked, like they are in FlxTilemap. when that didn't work they assumed they made a typo and flipped it to >= because "that fixed it"

@Geokureli Geokureli merged commit 4a8cad7 into HaxeFlixel:dev Jun 5, 2024
9 of 12 checks passed
@Geokureli Geokureli deleted the tilemapext-bug branch June 5, 2024 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant