Fix bug with flux nodes being all purple. Fixes #3247

This commit is contained in:
ElonOlsson
2024-06-11 15:35:53 -04:00
parent 95b4deccca
commit cf5d00346b

View File

@@ -450,7 +450,7 @@ void RenderableFluxNodes::loadNodeData(int energybinOption) {
"{}/positions{}", _binarySourceFolderPath, energybin
);
const std::string file2 = std::format(
"{}/fluxes/{}", _binarySourceFolderPath, energybin
"{}/fluxes{}", _binarySourceFolderPath, energybin
);
const std::string file3 = std::format(
"{}/radiuses{}", _binarySourceFolderPath, energybin