mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 12:05:11 +00:00
Make DynOS panel uncentered
This commit is contained in:
parent
fa4eaad79e
commit
e2fdcbe5b9
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ struct DjuiThreePanel* djui_panel_menu_create(char* headerText) {
|
|||
strcmp(headerText, DLANG(LOBBIES, PRIVATE_LOBBIES)) &&
|
||||
strcmp(headerText, DLANG(JOIN_MESSAGE, JOINING)) &&
|
||||
strcmp(headerText, DLANG(PLAYER, PLAYER_TITLE)) &&
|
||||
strcmp(headerText, DLANG(PLAYER, PALETTE));
|
||||
strcmp(headerText, DLANG(PLAYER, PALETTE)) &&
|
||||
strcmp(headerText, DLANG(DYNOS, DYNOS));
|
||||
f32 widthMultiplier = center ? DJUI_THEME_CENTERED_WIDTH : 1.0f;
|
||||
f32 heightMultiplier = center ? DJUI_THEME_CENTERED_HEIGHT : 1.0f;
|
||||
|
||||
|
|
Loading…
Reference in a new issue