Mercurial > sdl-ios-xcode
changeset 4341:262d62627860 SDL-1.2
It helps to use the right constant. :)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 16 Oct 2009 04:29:27 +0000 |
parents | 0deabd35275b |
children | f2800721813d |
files | src/video/quartz/SDL_QuartzVideo.m |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/video/quartz/SDL_QuartzVideo.m Fri Oct 16 04:24:03 2009 +0000 +++ b/src/video/quartz/SDL_QuartzVideo.m Fri Oct 16 04:29:27 2009 +0000 @@ -885,7 +885,7 @@ } else { -#if SDL_BYTEORDER == SDL_LITTLE_ENDIAN +#if SDL_BYTEORDER == SDL_LIL_ENDIAN rmask = 0x0000FF00; gmask = 0x00FF0000; bmask = 0xFF000000;