diff --git a/ShaderStripperBase.cs b/ShaderStripperBase.cs index 1d44a2f..b054916 100644 --- a/ShaderStripperBase.cs +++ b/ShaderStripperBase.cs @@ -74,7 +74,7 @@ public static string GetKeywordName(ShaderKeyword k){ #if UNITY_2018_3_OR_NEWER return k.GetKeywordName(); #else - return = k.GetName(); + return k.GetName(); #endif } public static void OnPreBuild(bool deepLogs){ @@ -305,4 +305,4 @@ public virtual void OnGUI(){} #endregion } } -#endif \ No newline at end of file +#endif