From 685842843efafa938be72cdad8074ab7f4e64b74 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 18 Aug 2023 13:47:17 -0400 Subject: [PATCH] Fix neutron stars appearing inside other stars --- NewHorizons/Builder/Body/StellarRemnantBuilder.cs | 2 +- NewHorizons/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NewHorizons/Builder/Body/StellarRemnantBuilder.cs b/NewHorizons/Builder/Body/StellarRemnantBuilder.cs index 0d30dae2..8cfd7520 100644 --- a/NewHorizons/Builder/Body/StellarRemnantBuilder.cs +++ b/NewHorizons/Builder/Body/StellarRemnantBuilder.cs @@ -120,7 +120,7 @@ namespace NewHorizons.Builder.Body flares.gameObject.transform.localScale = new Vector3(0.85f, 0.85f, 0.85f); // Add singularity - var singularityRenderer = SingularityBuilder.MakeSingularityGraphics(planetGO, true, neutronStarSize, neutronStarSize * 2.5f); + var singularityRenderer = SingularityBuilder.MakeSingularityGraphics(neutronStar, true, neutronStarSize, neutronStarSize * 2.5f); singularityRenderer.GetComponent().material.color = new Color(0.5f, 2f, 2f, 1f); return neutronStar; diff --git a/NewHorizons/manifest.json b/NewHorizons/manifest.json index b4f2e7ed..762b1c52 100644 --- a/NewHorizons/manifest.json +++ b/NewHorizons/manifest.json @@ -4,7 +4,7 @@ "author": "xen, Bwc9876, clay, MegaPiggy, John, Trifid, Hawkbar, Book", "name": "New Horizons", "uniqueName": "xen.NewHorizons", - "version": "1.14.5", + "version": "1.14.6", "owmlVersion": "2.9.3", "dependencies": [ "JohnCorby.VanillaFix", "_nebula.MenuFramework", "xen.CommonCameraUtility", "dgarro.CustomShipLogModes" ], "conflicts": [ "Raicuparta.QuantumSpaceBuddies", "PacificEngine.OW_CommonResources" ],