diff --git a/source-code/data/plugins/ShaderPatch.ini b/source-code/data/plugins/ShaderPatch.ini index 2a22ba9..3b9e9ca 100644 --- a/source-code/data/plugins/ShaderPatch.ini +++ b/source-code/data/plugins/ShaderPatch.ini @@ -66,4 +66,4 @@ cloth_npr1\.fp=arch:TU||cfg:compat||from:SSG _tmp0.yw, ybr.xxzz;||to:TEMP _tmpFo # * `[^!]` ensures the comment is inserted after all start program lines (not sure if this even matters) # * `[\s\S]` matches all characters *including* new lines .*=cfg:nametags_val1||from:(\r?\n)([^!][\s\S]*)||to:$1#$1$2 -.*=cfg:nametags_val2||from:([\s\S]*?(\r?\n)[\s\S]*)||to:$1$2# \ No newline at end of file +.*=cfg:nametags_val2||from:[\s\S]*?(\r?\n)[\s\S]*||to:$&$1# \ No newline at end of file