X Tutup
Skip to content

OPENGL: Fix copy/paste error with ABGR1555 pixel format#6738

Merged
bluegr merged 1 commit intoscummvm:masterfrom
ccawley2011:opengl-abgr1555
Jun 18, 2025
Merged

OPENGL: Fix copy/paste error with ABGR1555 pixel format#6738
bluegr merged 1 commit intoscummvm:masterfrom
ccawley2011:opengl-abgr1555

Conversation

@ccawley2011
Copy link
Member

No description provided.

@bluegr
Copy link
Member

bluegr commented Jun 18, 2025

Checking for ARGB1555 in our code base yields the current definition. Are you sure it's wrong?

@ccawley2011
Copy link
Member Author

Checking for ARGB1555 in our code base yields the current definition. Are you sure it's wrong?

ARGB1555 is the pixel format immediately below this one in the list - the definitions that have changed are supposed to be ABGR1555.

@bluegr
Copy link
Member

bluegr commented Jun 18, 2025

Oh right, indeed

Thanks!

@bluegr bluegr merged commit 106fca7 into scummvm:master Jun 18, 2025
8 checks passed
@ccawley2011 ccawley2011 deleted the opengl-abgr1555 branch June 18, 2025 19:34
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.

2 participants

X Tutup