Skip to content

Commit 21dade6

Browse files
FrancescoC-unitysebastienlagarde
authored andcommitted
Some leftover caused by master merge (#3456)
1 parent 4b61fbb commit 21dade6

File tree

1 file changed

+0
-3
lines changed
  • com.unity.render-pipelines.high-definition/Runtime/Sky/HDRISky

1 file changed

+0
-3
lines changed

com.unity.render-pipelines.high-definition/Runtime/Sky/HDRISky/HDRISky.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,6 @@ public override int GetHashCode()
179179
/// <returns>Whether the settings are deemed very different.</returns>
180180
public override bool SignificantlyDivergesFrom(SkySettings otherSettings)
181181
{
182-
if (otherSettings.GetSkyRendererType() != GetSkyRendererType())
183-
return true;
184-
185182
HDRISky otherHdriSkySettings = otherSettings as HDRISky;
186183

187184
return base.SignificantlyDivergesFrom(otherSettings) || hdriSky.value != otherHdriSkySettings.hdriSky.value;

0 commit comments

Comments
 (0)