This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
It turns out both the software and the OpenGL renderer had the same p…
…roblem. According to the spec, when SDL_SRCALPHA is set, the colorkey is ignored, so we just need to convert the colorkey into the alpha channel.
- Loading branch information
Showing
with
2 additions
and 5 deletions.
- +2 −1 src/video/SDL_surface.c
- +0 −4 src/video/SDL_video.c