indentation fix for _filesDirectory in AssetServer

This commit is contained in:
Stephen Birarda 2016-03-08 11:55:29 -08:00
parent e92a9c9741
commit 7cc774c5f4

View file

@ -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.";