Mercurial > sdl-ios-xcode
changeset 2852:7046f9567045
Better default format for Mac OS X
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 07 Dec 2008 22:29:58 +0000 |
parents | 6c3fbeb04eca |
children | 6258fa7cd300 |
files | src/SDL_compat.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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) {