mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Nevermind
This commit is contained in:
parent
91b3ec7f44
commit
69c2415687
@ -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();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user