We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cce9d9 commit 9af95d4Copy full SHA for 9af95d4
1 file changed
ShaderStripperBase.cs
@@ -74,7 +74,7 @@ public static string GetKeywordName(ShaderKeyword k){
74
#if UNITY_2018_3_OR_NEWER
75
return k.GetKeywordName();
76
#else
77
- return = k.GetName();
+ return k.GetName();
78
#endif
79
}
80
public static void OnPreBuild(bool deepLogs){
@@ -305,4 +305,4 @@ public virtual void OnGUI(){}
305
#endregion
306
307
308
-#endif
+#endif
0 commit comments