Skip to content

Commit

Permalink
Merge branch 'head_unity2019'
Browse files Browse the repository at this point in the history
  • Loading branch information
whiteflare committed Sep 22, 2022
2 parents 1136da0 + 8864cd1 commit 838291b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editor/WF_Dictionary.cs
Expand Up @@ -237,7 +237,7 @@ internal static class WFShaderDictionary
{ "_TS_FixContrast", new WFCustomKeywordSettingEnum("_TS_FixContrast", "_", "_TS_FIXC_ENABLE") {
enablePropName = "_TS_Enable",
} },
{ "_GS_BlurMode", new WFCustomKeywordSettingEnum("_CGL_BlurMode", "_", "_CGL_BLURFAST_ENABLE") {
{ "_CGL_BlurMode", new WFCustomKeywordSettingEnum("_CGL_BlurMode", "_", "_CGL_BLURFAST_ENABLE") {
enablePropName = "_CGL_Enable",
} },
};
Expand Down

0 comments on commit 838291b

Please sign in to comment.