Better default format for Mac OS X
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403313
This commit is contained in:
parent
45899bac10
commit
b47ba57912
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue