Fix for goToGeo camera init type

This commit is contained in:
GPayne
2019-11-18 14:42:10 -07:00
parent 8fe544597a
commit ad96ecb1ca

View File

@@ -406,7 +406,7 @@ function generateAsset(T, fileOut)
end
CameraStr = CameraStr.."})\n"
elseif (j[1] == "goToGeo") then
CameraStr = CameraStr.." openspace.navigation.goToGeo("
CameraStr = CameraStr.." openspace.globebrowsing.goToGeo("
if not isBlank(j[2]) then
CameraStr = CameraStr..j[2]..", "
end