diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/system.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/system.h b/common/system.h index 98ea02df20..e77431dc9e 100644 --- a/common/system.h +++ b/common/system.h @@ -415,8 +415,8 @@ public: * * The palette data is specified in interleaved RGBA format. That is, the * first byte of the memory block 'colors' points at is the red component - * of the first new color; the second byte the blue component of the first - * new color; the third byte the green component, the last byte to the alpha + * of the first new color; the second byte the green component of the first + * new color; the third byte the blue component, the last byte to the alpha * (transparency) value. Then the second color starts, and so on. So memory * looks like this: R1-G1-B1-A1-R2-G2-B2-A2-R3-... * |