Skip to content

Commit e502071

Browse files
Fix hdr update
1 parent db20ac1 commit e502071

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

com.unity.render-pipelines.core/Runtime/Volume/VolumeParameter.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1185,6 +1185,7 @@ public class ColorParameter : VolumeParameter<Color>
11851185
/// <summary>
11861186
/// Is this color HDR?
11871187
/// </summary>
1188+
[NonSerialized]
11881189
public bool hdr = false;
11891190

11901191
/// <summary>

0 commit comments

Comments
 (0)