Skip to content

Commit 5a01382

Browse files
committed
fixed compile error
1 parent f8c34fe commit 5a01382

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Assets/ScriptableRenderLoop/HDRenderLoop/HDRenderLoop.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ public ShadowSettings shadowSettings
133133
public TextureSettings textureSettings
134134
{
135135
get { return m_TextureSettings; }
136+
set { m_TextureSettings = value; }
136137
}
137138

138139
// Various set of material use in render loop

0 commit comments

Comments
 (0)