summaryrefslogtreecommitdiff
path: root/src/code/PreRender.c
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2021-08-15 07:56:20 -0700
committerGitHub <noreply@github.com>2021-08-15 10:56:20 -0400
commitf90e3ee739689ffa404e0e45eddf2e08dc5569dd (patch)
treeaf6ee237d196e4a550fc3b6d34f36db0ce6e2b88 /src/code/PreRender.c
parent5dc98392e034a3f4ba1dafbf69883d657db4817d (diff)
Color_RGBAu32 (#253)
* Renamed deprecated RGB5A1 to RGBA16 * Cleanup shopkeeper structs with Color_RGBAu32 and Vec3f * Rename functions with RGB5A1 in them * BSS fix
Diffstat (limited to 'src/code/PreRender.c')
-rw-r--r--src/code/PreRender.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/PreRender.c b/src/code/PreRender.c
index f3ce934bf..bdf4d326c 100644
--- a/src/code/PreRender.c
+++ b/src/code/PreRender.c
@@ -283,8 +283,8 @@ void PreRender_AntiAliasAlgorithm(PreRender* this, s32 x, s32 y) {
s32 pxR2;
s32 pxG2;
s32 pxB2;
- Color_RGB5A1 pxIn;
- Color_RGB5A1 pxOut;
+ Color_RGBA16 pxIn;
+ Color_RGBA16 pxOut;
u32 pxR3;
u32 pxG3;
u32 pxB3;