Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ShaderStripperBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down Expand Up @@ -305,4 +305,4 @@ public virtual void OnGUI(){}
#endregion
}
}
#endif
#endif