Fix case sensitivity of Compositor spec names
https://sourceforge.net/p/flightgear/codetickets/2249/
This commit is contained in:
parent
ce6bd859b3
commit
f242d1a226
1 changed files with 1 additions and 1 deletions
|
@ -497,7 +497,7 @@ Item {
|
||||||
|
|
||||||
if (_haveCompositor) {
|
if (_haveCompositor) {
|
||||||
if (alsEnabled) {
|
if (alsEnabled) {
|
||||||
_config.setArg("compositor", "Compositor/ALS");
|
_config.setArg("compositor", "Compositor/als");
|
||||||
} else if (renderer.selectedIndex == 2) {
|
} else if (renderer.selectedIndex == 2) {
|
||||||
_config.setArg("compositor", "Compositor/low-spec")
|
_config.setArg("compositor", "Compositor/low-spec")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue