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

Commit 4cd8808

Browse files
committed
Fixed nullref with TextureLerper
1 parent 821f007 commit 4cd8808

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PostProcessing/Runtime/PostProcessLayer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ void BuildCommandBuffers()
324324
SetupContext(context);
325325

326326
context.command = m_LegacyCmdBufferOpaque;
327+
TextureLerper.instance.BeginFrame(context);
327328
UpdateSettingsIfNeeded(context);
328329

329330
// Lighting & opaque-only effects

0 commit comments

Comments
 (0)