Fixed compile error

This commit is contained in:
Sam Lantinga
2011-03-07 09:25:42 -08:00
parent ef468aa07f
commit 89e173550c

View File

@@ -209,7 +209,7 @@ do { \
{ \
Pixel = ((r>>fmt->Rloss)<<fmt->Rshift)| \
((g>>fmt->Gloss)<<fmt->Gshift)| \
((b>>fmt->Bloss)<<fmt->Bshift)|
((b>>fmt->Bloss)<<fmt->Bshift)| \
fmt->Amask; \
}
#define RGB565_FROM_RGB(Pixel, r, g, b) \