Visual Studio 2022 compile fix

This commit is contained in:
Alexander Bock
2021-11-08 23:33:50 +01:00
parent baf67b8ed3
commit 109be85d48

View File

@@ -819,7 +819,7 @@ std::unordered_map<std::string, std::vector<glm::vec3>>
continue;
}
std::ifstream seedFile(spFile);
std::ifstream seedFile(spFile.path());
if (!seedFile.good()) {
LERROR(fmt::format("Could not open seed points file '{}'", seedFilePath));
outMap.clear();