diff --git a/data/assets/scene/solarsystem/planets/earth/satellites/misc/iss.asset b/data/assets/scene/solarsystem/planets/earth/satellites/misc/iss.asset index f0274ee4cd..1eca717d22 100644 --- a/data/assets/scene/solarsystem/planets/earth/satellites/misc/iss.asset +++ b/data/assets/scene/solarsystem/planets/earth/satellites/misc/iss.asset @@ -16,10 +16,6 @@ local models = asset.syncedResource({ Version = 2 }) -local LightSources = assetHelper.getDefaultLightSources( - sunTransforms.SolarSystemBarycenter.Identifier) - - local initializeAndAddNodes = function() local lineElement = satelliteHelper.makeSingleLineElement(tle, filename) @@ -62,8 +58,8 @@ local initializeAndAddNodes = function() YAxis = transforms.EarthInertial.Identifier } }, - GUI = { - Name = "parentNode", + GUI = { + Name = "ISSparentNode", Path = "/Solar System/Planets/Earth/Satellites/ISS", Hidden = true, } @@ -110,7 +106,6 @@ local initializeAndAddNodes = function() } } - myNodes[#myNodes + 1] = issTrail for _, node in ipairs(myNodes) do