diff --git a/data/assets/scene/solarsystem/planets/earth/lagrange_points/L2.asset b/data/assets/scene/solarsystem/planets/earth/lagrange_points/L2.asset index be54041d35..79831cf0e4 100644 --- a/data/assets/scene/solarsystem/planets/earth/lagrange_points/L2.asset +++ b/data/assets/scene/solarsystem/planets/earth/lagrange_points/L2.asset @@ -11,7 +11,7 @@ local L2Small = { Enabled = false, Type = "RenderablePlaneImageLocal", RenderableType = "Opaque", - Billboard = false, + Billboard = true, Size = 400E4, Texture = circle .. "/circle.png", BlendMode = "Additive" diff --git a/data/profiles/jwst.profile b/data/profiles/jwst.profile index 486b869e77..e357b2f51d 100644 --- a/data/profiles/jwst.profile +++ b/data/profiles/jwst.profile @@ -46,7 +46,7 @@ "identifier": "profile.set.2018_launch", "is_local": false, "name": "Set to 2018 launch time", - "script": "openspace.time.setTime('2018-10-01T14:06:03')" + "script": "openspace.time.setTime('2018-10-01T14:06:03'); openspace.time.setDeltaTime(1)" }, { "documentation": "Set the time to the 2021 launch time of JWST", @@ -54,7 +54,7 @@ "identifier": "profile.set.2021_launch", "is_local": false, "name": "Set to 2021 launch time", - "script": "openspace.time.setTime('2021-12-18T14:06:03')" + "script": "openspace.time.setTime('2021-12-18T14:06:03'); openspace.time.setDeltaTime(1)" } ], "assets": [