mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-27 14:29:37 -05:00
Fix existing assets; Make the goToGeo function without altitude in the profile work
This commit is contained in:
@@ -1614,7 +1614,7 @@ void setCameraFromProfile(const Profile& p) {
|
||||
}
|
||||
else {
|
||||
geoScript = std::format(
|
||||
"openspace.globebrowsing.flyToGeo2([[{}]], {}, {}, 0)",
|
||||
"openspace.globebrowsing.flyToGeo2([[{}]], {}, {}, false, 0)",
|
||||
geo.anchor, geo.latitude, geo.longitude
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user