diff options
Diffstat (limited to 'api/logic/minecraft/AssetsUtils.cpp')
-rw-r--r-- | api/logic/minecraft/AssetsUtils.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/logic/minecraft/AssetsUtils.cpp b/api/logic/minecraft/AssetsUtils.cpp index f94f68b1..68089080 100644 --- a/api/logic/minecraft/AssetsUtils.cpp +++ b/api/logic/minecraft/AssetsUtils.cpp @@ -27,7 +27,7 @@ #include "FileSystem.h" #include "net/Download.h" #include "net/ChecksumValidator.h" -#include "net/URLConstants.h" +#include "BuildConfig.h" namespace { QSet<QString> collectPathsFromDir(QString dirPath) @@ -308,7 +308,7 @@ QString AssetObject::getLocalPath() QUrl AssetObject::getUrl() { - return URLConstants::RESOURCE_BASE + getRelPath(); + return BuildConfig.RESOURCE_BASE + getRelPath(); } QString AssetObject::getRelPath() |