mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Remove unused volume
This commit is contained in:
parent
b5ec327c3b
commit
7bfe3d2fd1
@ -1,8 +0,0 @@
|
||||
namespace NewHorizons.Components.Volumes
|
||||
{
|
||||
public class NHInnerFogWarpVolume : InnerFogWarpVolume
|
||||
{
|
||||
public override bool IsProbeOnly() => _exitRadius <= 6;
|
||||
public override float GetFogThickness() => _exitRadius;
|
||||
}
|
||||
}
|
||||
@ -17,7 +17,8 @@ namespace NewHorizons.Patches.VolumePatches
|
||||
return true;
|
||||
}
|
||||
|
||||
__result = Mathf.Approximately(__instance._exitRadius / __instance._warpRadius, 2f); // Check the ratio between these to determine if seed, instead of just < 10
|
||||
// Check the ratio between these to determine if seed, instead of just < 10
|
||||
__result = Mathf.Approximately(__instance._exitRadius / __instance._warpRadius, 2f);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user