you dont need to check count here

This commit is contained in:
JohnCorby 2022-07-16 17:24:27 -07:00
parent 8b1a9f3dee
commit bb0dc7f233

View File

@ -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)
{