Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use SDL_PIXELFORMAT_RGB888 for 24-bit surfaces
We're currently using SDL_PIXELFORMAT_RGB24, which results in schismtracker being blue when resized (#183). While it's possible that RGB888 is wrong on big-endian systems, it at least matches what we do for 16-bit (RGB565) and 32-bit (XRGB8888) formats, so if we're wrong, we'll at least be consistently wrong.
- Loading branch information