Go to timestep for pre-excisting node if clicked

This commit is contained in:
farbrorberg
2018-07-05 14:59:44 -04:00
committed by Matthias Berg
parent 63219899f1
commit 72a978f68e
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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;
}