Actually retarget the camera and not just change the focus node

This commit is contained in:
Alexander Bock
2022-04-30 14:35:20 +02:00
parent 9e773c3ca0
commit b41427944c

View File

@@ -155,6 +155,7 @@ namespace {
// Otherwise we can just select the next one
global::navigationHandler->orbitalNavigator().setFocusNode(*(it + 1));
}
global::navigationHandler->orbitalNavigator().startRetargetAnchor();
}
/**