Nevermind

This commit is contained in:
Noah Pilarski 2022-08-20 01:50:33 -04:00
parent 91b3ec7f44
commit 69c2415687

View File

@ -104,12 +104,6 @@ namespace NewHorizons.Components
}
}
if (_starEvolutionController != null && _star != null && (_star.activeSelf || _star.activeInHierarchy))
{
if (_starEvolutionController.HasSupernovaStarted()) _realObjectDiameter = _starEvolutionController.GetSupernovaRadius();
else if (_starEvolutionController.IsCollapsing()) Mathf.Lerp(_baseRealObjectDiameter, 0, _starEvolutionController.GetCollapseProgress());
}
base.Update();
}