Kaleidoscope: Fix C buttons when closing the menu (#2100)

This commit is contained in:
lilDavid
2022-12-06 13:17:07 -06:00
committed by GitHub
parent d3bfc102fe
commit db4af238f2

View File

@@ -1980,7 +1980,7 @@ void KaleidoScope_DrawInfoPanel(PlayState* play) {
} else {//baguettes
PosX = 98;
}
s16 PosY = 200; //General Pos of C button icon
s16 PosY = 200 - pauseCtx->infoPanelOffsetY; //General Pos of C button icon
s16 icon_w = 46; // Original texture size
s16 icon_h = 16;
s32 icon_x_offset;