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

GRAPHICS: Fix an incorrect bpp in SurfaceSdl when applying cursor mask #5315

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sdelamarre
Copy link
Contributor

I found a small bug in SurfaceSdl's cursor masks, source bpp is wrongly taken as output bpp when creating the masked image (visible only if the source bpp is != 4).

Source bpp is wrongly taken instead of destination bpp, the issue is visible only if the source bpp is != 4.
@elasota
Copy link
Contributor

elasota commented Sep 18, 2023

Looks good to me

@bluegr
Copy link
Member

bluegr commented Sep 22, 2023

Is there an example where this bug is visible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants