changeset 2852 | 7046f9567045 |
parent 2838 | 00356f22195a |
child 2854 | e92d58afcbda |
--- a/src/SDL_compat.c Sun Dec 07 22:25:16 2008 +0000 +++ b/src/SDL_compat.c Sun Dec 07 22:29:58 2008 +0000 @@ -618,7 +618,7 @@ if (!SDL_VideoTexture) { SDL_VideoTexture = - SDL_CreateTexture(SDL_PIXELFORMAT_ABGR8888, + SDL_CreateTexture(SDL_PIXELFORMAT_ARGB8888, SDL_TEXTUREACCESS_STREAMING, width, height); } if (!SDL_VideoTexture) {