Fix one regswap in vrbox2

This commit is contained in:
LagoLunatic
2023-11-05 22:09:16 -05:00
parent 647d41ab27
commit 8f04565452
+1 -1
View File
@@ -141,8 +141,8 @@ BOOL daVrbox2_color_set(vrbox2_class* i_this) {
stageWindY = 0x4000;
s32 windY2;
s32 windX;
s16 windY;
s32 windX;
if (dComIfGs_getWindX() == -1 && dComIfGs_getWindY() == -1) {
windX = 0;
windY = 0;