diff --git a/src/SDL_compat.c b/src/SDL_compat.c index 925df7a94..922f96b2a 100644 --- a/src/SDL_compat.c +++ b/src/SDL_compat.c @@ -618,7 +618,7 @@ SDL_SetVideoMode(int width, int height, int bpp, Uint32 flags) if (!SDL_VideoTexture) { SDL_VideoTexture = - SDL_CreateTexture(SDL_PIXELFORMAT_ABGR8888, + SDL_CreateTexture(SDL_PIXELFORMAT_ARGB8888, SDL_TEXTUREACCESS_STREAMING, width, height); } if (!SDL_VideoTexture) {