mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Update ProxyBuilder.cs
This commit is contained in:
parent
73730b2499
commit
9138708eea
@ -250,7 +250,7 @@ namespace NewHorizons.Builder.Body
|
|||||||
return sizeController;
|
return sizeController;
|
||||||
}
|
}
|
||||||
|
|
||||||
internal static GameObject MakeBlackHole(GameObject rootObject, MVector3 position, float size, VariableSizeModule.TimeValuePair[] curve = null)
|
internal static GameObject MakeBlackHole(GameObject rootObject, MVector3 position, float size, TimeValuePair[] curve = null)
|
||||||
{
|
{
|
||||||
if (_blackHolePrefab == null) _blackHolePrefab = SearchUtilities.Find(_blackHolePath);
|
if (_blackHolePrefab == null) _blackHolePrefab = SearchUtilities.Find(_blackHolePath);
|
||||||
|
|
||||||
@ -279,7 +279,7 @@ namespace NewHorizons.Builder.Body
|
|||||||
return blackHoleRender;
|
return blackHoleRender;
|
||||||
}
|
}
|
||||||
|
|
||||||
internal static GameObject MakeWhiteHole(GameObject rootObject, MVector3 position, float size, VariableSizeModule.TimeValuePair[] curve = null)
|
internal static GameObject MakeWhiteHole(GameObject rootObject, MVector3 position, float size, TimeValuePair[] curve = null)
|
||||||
{
|
{
|
||||||
if (_whiteHolePrefab == null) _whiteHolePrefab = SearchUtilities.Find(_whiteHolePath);
|
if (_whiteHolePrefab == null) _whiteHolePrefab = SearchUtilities.Find(_whiteHolePath);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user