mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-12 14:29:42 -05:00
Go to timestep for pre-excisting node if clicked
This commit is contained in:
committed by
Matthias Berg
parent
63219899f1
commit
72a978f68e
+1
-1
@@ -18,4 +18,4 @@
|
||||
url = https://github.com/OpenSpace/libtorrent.git
|
||||
[submodule "modules/dataloader/ext/nativefiledialog"]
|
||||
path = modules/dataloader/ext/nativefiledialog
|
||||
url = git@github.com:mlabbe/nativefiledialog.git
|
||||
url = https://github.com/mlabbe/nativefiledialog.git
|
||||
|
||||
@@ -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