mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-13 01:55:46 +02:00
indentation fix for _filesDirectory in AssetServer
This commit is contained in:
parent
e92a9c9741
commit
7cc774c5f4
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ void AssetServer::completeSetup() {
|
|||
|
||||
qDebug() << "Creating resources directory";
|
||||
_resourcesDirectory.mkpath(".");
|
||||
_filesDirectory = _resourcesDirectory;
|
||||
_filesDirectory = _resourcesDirectory;
|
||||
|
||||
if (!_resourcesDirectory.mkpath(ASSET_FILES_SUBDIR) || !_filesDirectory.cd(ASSET_FILES_SUBDIR)) {
|
||||
qCritical() << "Unable to create file directory for asset-server files. Stopping assignment.";
|
||||
|
|
Loading…
Reference in a new issue