mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
you dont need to check count here
This commit is contained in:
parent
8b1a9f3dee
commit
bb0dc7f233
@ -275,7 +275,7 @@ namespace NewHorizons.Components.SizeControllers
|
||||
_fog._fogTint = fogColour;
|
||||
}
|
||||
|
||||
if (_atmosphereRenderers != null && _atmosphereRenderers.Count() > 0)
|
||||
if (_atmosphereRenderers != null)
|
||||
{
|
||||
foreach (var lod in _atmosphereRenderers)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user