Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
It helps to use the right constant. :)
  • Loading branch information
slouken committed Oct 16, 2009
1 parent 5ed7eee commit dccd00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/quartz/SDL_QuartzVideo.m
Expand Up @@ -885,7 +885,7 @@ other blitting while waiting on the VBL (and hence results in higher framerates)
}
else
{
#if SDL_BYTEORDER == SDL_LITTLE_ENDIAN
#if SDL_BYTEORDER == SDL_LIL_ENDIAN
rmask = 0x0000FF00;
gmask = 0x00FF0000;
bmask = 0xFF000000;
Expand Down

0 comments on commit dccd00b

Please sign in to comment.