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

Commit 8c0b594

Browse files
committed
Fixed waveform monitor not working on its own
1 parent a9c015d commit 8c0b594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PostProcessing/Runtime/PostProcessMonitors.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ internal void Render(PostProcessRenderContext context)
4444
bool histogramActive = histogram.IsEnabledAndSupported();
4545
bool waveformActive = waveform.IsEnabledAndSupported();
4646
bool vectorscopeActive = vectorscope.IsEnabledAndSupported();
47-
bool needHalfRes = histogramActive || vectorscopeActive;
47+
bool needHalfRes = histogramActive || vectorscopeActive || waveformActive;
4848
bool anyActive = lightMeterActive
4949
|| histogramActive
5050
|| waveformActive

0 commit comments

Comments
 (0)