It never ends...

This commit is contained in:
Henrik Rydgård
2021-05-13 10:39:16 +02:00
parent a40b1dec5f
commit 2e16e83159
43 changed files with 292 additions and 277 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ bool BlobFileSystem::RemoveFile(const std::string &filename) {
}
bool BlobFileSystem::GetHostPath(const std::string &inpath, Path &outpath) {
outpath = Path(fileLoader_->GetPath());
outpath = fileLoader_->GetPath();
return true;
}