mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 05:25:01 +03:00
use Expand instead of Native in HUD aspect ratio options
This commit is contained in:
parent
3bef25f9b6
commit
bd8e9fa485
@ -441,7 +441,7 @@ void DrawGameMenu() {
|
||||
}
|
||||
|
||||
static const char* hudAspects[] = {
|
||||
"Native", "Custom", "Original (4:3)", "Widescreen (16:9)", "Nintendo 3DS (5:3)", "16:10 (8:5)", "Ultrawide (21:9)"
|
||||
"Expand", "Custom", "Original (4:3)", "Widescreen (16:9)", "Nintendo 3DS (5:3)", "16:10 (8:5)", "Ultrawide (21:9)"
|
||||
};
|
||||
|
||||
void DrawEnhancementsMenu() {
|
||||
|
Loading…
Reference in New Issue
Block a user