Fix map satellite

This commit is contained in:
Nick 2022-04-21 00:56:13 -04:00
parent d68291c628
commit 15071fdb62

View File

@ -214,6 +214,9 @@ namespace NewHorizons
var map = GameObject.FindObjectOfType<MapController>();
if (map != null) map._maxPanDistance = FurthestOrbit * 1.5f;
// Fix the map satellite
AstroObjectLocator.GetAstroObject(AstroObject.Name.MapSatellite).gameObject.AddComponent<MapSatelliteOrbitFix>();
}
else
{