Forgot to move this

This commit is contained in:
Noah Pilarski 2022-08-31 09:51:38 -04:00
parent 94a304ffb5
commit 66a08c7468

View File

@ -34,7 +34,6 @@ namespace NewHorizons.Builder.Atmosphere
shockLayerRuleset._radialCenter = airGO.transform; shockLayerRuleset._radialCenter = airGO.transform;
shockLayerRuleset._minShockSpeed = config.Atmosphere.minShockSpeed; shockLayerRuleset._minShockSpeed = config.Atmosphere.minShockSpeed;
shockLayerRuleset._maxShockSpeed = config.Atmosphere.maxShockSpeed; shockLayerRuleset._maxShockSpeed = config.Atmosphere.maxShockSpeed;
}
if (config.Atmosphere.clouds != null) if (config.Atmosphere.clouds != null)
{ {
@ -49,6 +48,7 @@ namespace NewHorizons.Builder.Atmosphere
shockLayerRuleset._innerRadius = (bottom + top) / 2f; shockLayerRuleset._innerRadius = (bottom + top) / 2f;
shockLayerRuleset._outerRadius = top; shockLayerRuleset._outerRadius = top;
} }
}
if (config.Atmosphere.hasOxygen) if (config.Atmosphere.hasOxygen)
{ {