Skip to content
This repository was archived by the owner on Nov 30, 2020. It is now read-only.

Commit 704f556

Browse files
committed
Fixed missing file in the last push...
1 parent 3c1e2f9 commit 704f556

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PostProcessing/Runtime/PostProcessLayer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ int RenderEffect<T>(PostProcessRenderContext context, bool useTempTarget = false
816816
bool ShouldGenerateLogHistogram(PostProcessRenderContext context)
817817
{
818818
bool autoExpo = GetBundle<AutoExposure>().settings.IsEnabledAndSupported(context);
819-
bool lightMeter = monitors.lightMeter.IsEnabledAndSupported();
819+
bool lightMeter = monitors.lightMeter.IsRequestedAndSupported();
820820
return autoExpo || lightMeter;
821821
}
822822
}

0 commit comments

Comments
 (0)