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

Commit e680f54

Browse files
committed
Fixed userData being recreated on every frame
1 parent 94acfd2 commit e680f54

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

PostProcessing/Runtime/PostProcessRenderContext.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ public void Reset()
127127

128128
resources = null;
129129
propertySheets = null;
130-
userData = null;
131130
debugLayer = null;
132131
isSceneView = false;
133132
antialiasing = PostProcessLayer.Antialiasing.None;

0 commit comments

Comments
 (0)