mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-23 05:19:18 -06:00
fixed an issue when loading specified SGCT config files; issue/1624
This commit is contained in:
@@ -478,7 +478,7 @@ std::string LauncherWindow::selectedWindowConfig() const {
|
||||
int idx = _windowConfigBox->currentIndex();
|
||||
if (idx == 0) {
|
||||
return _sgctConfigName;
|
||||
} else if (idx > _userAssetCount) {
|
||||
} else if (idx > _userConfigCount) {
|
||||
return "${CONFIG}/" + _windowConfigBox->currentText().toStdString();
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user