changeset 1155:d46966ad3b08

Add note about the 24-bit RGBA masks being different.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Mar 2015 05:25:45 +0200
parents 494fa5998b65
children 622a469932b1
files src/dmimage.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/dmimage.c	Thu Mar 05 05:23:19 2015 +0200
+++ b/src/dmimage.c	Thu Mar 05 05:25:45 2015 +0200
@@ -148,6 +148,7 @@
             break;
 
         case 3:
+            // These masks are different from the dmX*masks
 #if SDL_BYTEORDER == SDL_BIG_ENDIAN
             rmask = 0x00ff0000;
             gmask = 0x0000ff00;