Skip to content

Commit

Permalink
Collapse the anti-aliasing setting group by default
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealMJP committed Oct 29, 2018
1 parent f8180f8 commit 652079a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DXRPathTracer/AppSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public class SunAndSky
Color GroundAlbedo = new Color(0.25f, 0.25f, 0.25f);
}

[ExpandGroup(true)]
[ExpandGroup(false)]
public class AntiAliasing
{
[HelpText("MSAA mode to use for rendering")]
Expand Down

0 comments on commit 652079a

Please sign in to comment.