mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-25 14:29:03 -06:00
Fix for issue #1122 forcing satellite files to download at each startup
This commit is contained in:
@@ -11,7 +11,8 @@ function downloadTLEFile(sceneAsset, url, name, filename)
|
||||
Name = "Satellite TLE Data (" .. name .. ")",
|
||||
Type = "UrlSynchronization",
|
||||
Identifier = "satellite_tle_data_" .. identifier,
|
||||
Url = url
|
||||
Url = url,
|
||||
Override = true
|
||||
}
|
||||
|
||||
if (filename ~= '') then
|
||||
|
||||
Reference in New Issue
Block a user