mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-21 18:38:20 -05:00
Fix bug with marked interesting nodes not showing up in GUI
This commit is contained in:
@@ -985,7 +985,7 @@ std::string Profile::convertToScene() const {
|
||||
{
|
||||
std::string nodes;
|
||||
for (const std::string& n : markNodes) {
|
||||
nodes += fmt::format("[[ {} ]],", n);
|
||||
nodes += fmt::format("[[{}]],", n);
|
||||
}
|
||||
output += fmt::format("openspace.markInterestingNodes({{ {} }});\n", nodes);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user