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 issue #37 FlxTilemap.overlapsWithCallback calls callback when no overlapping #166

Merged
merged 1 commit into from
Aug 20, 2013

Conversation

Dovyski
Copy link
Member

@Dovyski Dovyski commented Apr 26, 2013

The overlapping check performed for tiles with allowCollision = false ignored the object width/height, so the tile callback would fire even when the Object was placed close to, but not overlapping, the tile.

Fix:
#37
AdamAtomic#194

…llback when no overlapping.

The overlapping check performed for tiles with allowCollision = false ignored the object widht/height, so the tile callback would fire even when the Object was placed close to, but not overlapping, the tile.
Dovyski added a commit that referenced this pull request Aug 20, 2013
Fix issue #37 FlxTilemap.overlapsWithCallback calls callback when no overlapping
@Dovyski Dovyski merged commit 99447a0 into FlixelCommunity:dev Aug 20, 2013
@IQAndreas IQAndreas mentioned this pull request Oct 15, 2013
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant