Skip to content

Commit

Permalink
Update SceneViewDrawMode.cs (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienlagarde committed Apr 16, 2020
1 parent 90c473b commit bed4007
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -19,8 +19,7 @@ static private bool RejectDrawMode(SceneView.CameraMode cameraMode)
cameraMode.drawMode == DrawCameraMode.DeferredSmoothness ||
cameraMode.drawMode == DrawCameraMode.DeferredNormal ||
cameraMode.drawMode == DrawCameraMode.ValidateAlbedo ||
cameraMode.drawMode == DrawCameraMode.ValidateMetalSpecular ||
cameraMode.drawMode == DrawCameraMode.LightOverlap
cameraMode.drawMode == DrawCameraMode.ValidateMetalSpecular
)
return false;

Expand Down

0 comments on commit bed4007

Please sign in to comment.