We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6adfff commit 2c201aeCopy full SHA for 2c201ae
Source/Menu/Options.cs
@@ -636,7 +636,7 @@ private void trackAntiAliasing_ValueChanged(object sender, EventArgs e)
636
switch ((UserSettings.AntiAliasingMethod)trackAntiAliasing.Value)
637
{
638
case UserSettings.AntiAliasingMethod.None:
639
- method = "None";
+ method = "Disabled";
640
break;
641
case UserSettings.AntiAliasingMethod.MSAA2x:
642
method = "2x MSAA";
0 commit comments