From 6b1948176ae5cb888adf2a984f924d3ed194ee87 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Sat, 5 Mar 2022 13:48:46 -0800 Subject: [PATCH] Remove redundant `GX` specifieron IndTexScale --- Runtime/Graphics/GX.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/Graphics/GX.hpp b/Runtime/Graphics/GX.hpp index d302b5e02..8bf40a86f 100644 --- a/Runtime/Graphics/GX.hpp +++ b/Runtime/Graphics/GX.hpp @@ -525,7 +525,7 @@ enum IndTexStageID { MAX_INDTEXSTAGE, }; -enum GXIndTexScale { +enum IndTexScale { ITS_1, ITS_2, ITS_4,