Commit 0469477a authored by Sam Lantinga's avatar Sam Lantinga

Fixed compile error

parent 1c83266b
...@@ -209,7 +209,7 @@ do { \ ...@@ -209,7 +209,7 @@ do { \
{ \ { \
Pixel = ((r>>fmt->Rloss)<<fmt->Rshift)| \ Pixel = ((r>>fmt->Rloss)<<fmt->Rshift)| \
((g>>fmt->Gloss)<<fmt->Gshift)| \ ((g>>fmt->Gloss)<<fmt->Gshift)| \
((b>>fmt->Bloss)<<fmt->Bshift)| ((b>>fmt->Bloss)<<fmt->Bshift)| \
fmt->Amask; \ fmt->Amask; \
} }
#define RGB565_FROM_RGB(Pixel, r, g, b) \ #define RGB565_FROM_RGB(Pixel, r, g, b) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment