diff --git a/src/dusk/modding/bundle_disk.cpp b/src/dusk/modding/bundle_disk.cpp index c6260a771d..60b8a19369 100644 --- a/src/dusk/modding/bundle_disk.cpp +++ b/src/dusk/modding/bundle_disk.cpp @@ -55,7 +55,7 @@ size_t ModBundleDisk::getFileSize(const std::string& fileName) { std::filesystem::path ModBundleDisk::toRealPath(const std::string& fileName) const { const fs::path filePath = reinterpret_cast(fileName.c_str()); - return root_path / fileName; + return root_path / filePath; } } // namespace dusk::modding \ No newline at end of file