Skip to content

Commit

Permalink
fix for removed renderingpath (Unity-Technologies#6818)
Browse files Browse the repository at this point in the history
  • Loading branch information
martint-unity committed Jan 25, 2022
1 parent 66a46e5 commit 4b7b886
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ private RenderingMode GetEquivalentRenderMode(RenderingPath path)
case RenderingPath.VertexLit:
case RenderingPath.Forward:
return RenderingMode.Forward;
case RenderingPath.DeferredLighting:
case RenderingPath.DeferredShading:
return RenderingMode.Deferred;
default:
Expand Down

0 comments on commit 4b7b886

Please sign in to comment.