summaryrefslogtreecommitdiff
path: root/include/color.h
diff options
context:
space:
mode:
authorlouist103 <35883445+louist103@users.noreply.github.com>2021-08-01 13:15:21 -0400
committerGitHub <noreply@github.com>2021-08-01 19:15:21 +0200
commitd2bad8fb6af983bf12f7b287064a8519dcb749a5 (patch)
tree72296d9a028bf46f72a7ec227121093309043b48 /include/color.h
parenta209195183d71b988a50aabd53d34156b70ca4c5 (diff)
convert remaining RGB5a1 to RGBA16 (#879)
Diffstat (limited to 'include/color.h')
-rw-r--r--include/color.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/color.h b/include/color.h
index a005f4e6d..17102b6bb 100644
--- a/include/color.h
+++ b/include/color.h
@@ -29,6 +29,6 @@ typedef union {
u16 a : 1;
};
u16 rgba;
-} Color_RGB5A1;
+} Color_RGBA16;
#endif