mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Fix bug with flux nodes being all purple. Fixes #3247
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user