mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-07 02:40:30 -05:00
Kaleidoscope: Fix C buttons when closing the menu (#2100)
This commit is contained in:
parent
d3bfc102fe
commit
db4af238f2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user