mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-08 04:20:14 -05:00
Go to timestep for pre-excisting node if clicked
This commit is contained in:
committed by
Matthias Berg
parent
63219899f1
commit
72a978f68e
@@ -180,6 +180,7 @@ void Loader::loadDataItem(const std::string& absPathToItem) {
|
||||
|
||||
if (scene()->sceneGraphNode(dirLeaf)) {
|
||||
LINFO(fmt::format("The sceneGraphNode {} has already been created!", std::string(dirLeaf)));
|
||||
goToFirstTimeStep(absPathToItem);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user