diff --git a/NewHorizons/Builder/Atmosphere/VolumesBuilder.cs b/NewHorizons/Builder/Atmosphere/VolumesBuilder.cs index bb27a514..b58e7509 100644 --- a/NewHorizons/Builder/Atmosphere/VolumesBuilder.cs +++ b/NewHorizons/Builder/Atmosphere/VolumesBuilder.cs @@ -11,7 +11,7 @@ namespace NewHorizons.Builder.Atmosphere public static void Make(GameObject planetGO, IPlanetConfig config, float sphereOfInfluence) { var innerRadius = config.Base.SurfaceSize; - var useMiniMap = config.Base.IsSatellite; + var useMiniMap = !config.Base.IsSatellite; GameObject volumesGO = new GameObject("Volumes"); volumesGO.SetActive(false);