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 overlap_mask() making incorrect mask #783

Merged
merged 1 commit into from Feb 1, 2019

Conversation

charlesej
Copy link
Contributor

This update fixes the issue with overlap_mask() producing incorrect masks.

Overview of changes:

  • Fixed the issue with overlap_mask() producing incorrect masks. The upper bits were being set incorrectly in some cases.
  • Added a new test method to test overlap_mask() with a variety of offsets.
  • Removed the @unittest.expectedFailure decorator as the test is now passing.

System details:

  • os: windows 10 (64bit)
  • python: 3.7.2 (64bit)
  • pygame: 1.9.5.dev0 (SDL: 1.2.15) at 8711f71

Resolves #410.

@illume illume merged commit 591f23e into pygame:master Feb 1, 2019
@charlesej charlesej deleted the fix-overlap-mask branch February 1, 2019 15:30
@dlon dlon mentioned this pull request Mar 23, 2019
4 tasks
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.

Mask.overlap_mask broken
2 participants