diff --git a/scripts/convertProfileToScene.lua b/scripts/convertProfileToScene.lua index 9c8e359f72..81b122e74c 100644 --- a/scripts/convertProfileToScene.lua +++ b/scripts/convertProfileToScene.lua @@ -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