diff --git a/ShaderStripperPath.cs b/ShaderStripperPath.cs index 2cc8cc2..873308f 100644 --- a/ShaderStripperPath.cs +++ b/ShaderStripperPath.cs @@ -29,9 +29,9 @@ protected override bool MatchShader(Shader shader){ foreach (var p in _pathBlacklist){ if (p.Evaluate(path)) return true; } - return true; + return false; } #endif } } -#endif \ No newline at end of file +#endif