libsdl-org / sdl12-compat

An SDL-1.2 compatibility layer that uses SDL 2.0 behind the scenes.
Other
193 stars 40 forks source link

meritous: Draws in monochrome #246

Closed smcv closed 1 year ago

smcv commented 1 year ago

Prerequisites:

To reproduce:

Expected result: all work

Actual result: with real SDL 1.2, the menu is in shades of cyan and initial gameplay is in shades of blue. With sdl12-compat (either X11 or Wayland), both are in shades of grey.

icculus commented 1 year ago

Likely broken by 9da8808c03e80a228ee66a714091249f331ebcd7, the same as #248.

smcv commented 1 year ago

Confirmed fixed as of https://github.com/libsdl-org/sdl12-compat/commit/67f8b3a85b782eefb4db90f34d5b0742ef2cb5fc (1.2.58 + 29 commits)