Skip to content

Commit

Permalink
Updated dir in one last location (fix_cases)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Guichard committed Aug 22, 2017
1 parent 6f0c3fa commit e733aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assetsmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ AssetsManager::AssetsManager(QObject *parent) : QObject(parent)

#ifndef Q_OS_WIN
void AssetsManager::fixCases() {
fixCases(QDir(settings.value("rvglDir").toString()));
fixCases(QDir(settings.value("installs").toList()[settings.value("currentInstall").toInt()].toMap()["dir"].toString()));
}

void AssetsManager::fixCases(QDir directory) {
Expand Down

0 comments on commit e733aba

Please sign in to comment.