mirror of
https://github.com/overte-org/overte.git
synced 2025-08-12 12:53:55 +02:00
Swap labels.
Woopsie!
This commit is contained in:
parent
577beb443e
commit
3ca1ede0b4
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ Flickable {
|
|||
|
||||
SettingComboBox {
|
||||
settingText: "LOD Settings";
|
||||
options: ["High Detail", "Medium Detail", "Low Detail" ];
|
||||
options: ["Low Detail", "Medium Detail", "High Detail" ];
|
||||
optionIndex: LODManager.worldDetailQuality;
|
||||
|
||||
onValueChanged: {
|
||||
|
|
Loading…
Reference in a new issue