mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 11:39:49 -06:00
Prevent crash in DashboardItemInstruments when using dates before 2000 (closes #1878). Remove the padding images from New Horizons that screw up the instruments timing
This commit is contained in:
@@ -27,7 +27,7 @@ local images = asset.syncedResource({
|
||||
Name = "Pluto Images",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "newhorizons_plutoencounter_pluto_images",
|
||||
Version = 1
|
||||
Version = 2
|
||||
})
|
||||
|
||||
local plutoRadius = 1.173E6
|
||||
|
||||
Reference in New Issue
Block a user