Skip to content

Commit 453ca0b

Browse files
committed
Merge branch 'vnext'
2 parents 69044ee + b303faf commit 453ca0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ private static void BuildWeirdSettingsSection(DiscordEmbedBuilder builder, LogPa
448448
notes.Add("⚠️ `GPU Texture Scaling` is enabled, please disable");
449449
if (items["af_override"] is string af)
450450
{
451-
if (isAppleGpu && af is "Auto")
451+
if (isAppleGpu && af is not "Auto")
452452
notes.Add("⚠️ `Anisotropic Filter` override is not supported on Apple GPUs, please use `Auto`");
453453
else if (af is "Disabled")
454454
notes.Add("❌ `Anisotropic Filter` is `Disabled`, please use `Auto` instead");

0 commit comments

Comments
 (0)