Fix exoplanet system 1 AU ring no longer being a ring, but a grid

Default value for gridsegments changed in #3506
This commit is contained in:
Emma Broman
2025-04-15 12:59:48 +02:00
parent d2821b48b7
commit b5dbee2164

View File

@@ -374,6 +374,7 @@ function addExoplanetSystem(data)
Type = "RenderableRadialGrid",
Enabled = showCircle,
Radii = { 0.0, 1.0 },
GridSegments = { 1, 1 }, -- 1 segment in each direction, makes the grid a ring
Color = circleColor,
CircleSegments = 64,
LineWidth = 2.0