Skip to content

Commit

Permalink
Update effects advisor title
Browse files Browse the repository at this point in the history
  • Loading branch information
Veinin committed Jan 20, 2022
1 parent 5dfd260 commit 89b34c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editor/EffectsAdvisorWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public ParticleSystemResult result

public class EffectsAdvisorWindow : EditorWindow
{
[MenuItem("Tools/Performance Advisor/Effect Advisor")]
[MenuItem("Tools/Performance Advisor/Effects Advisor")]
public static void Init()
{
EffectsAdvisorWindow window = (EffectsAdvisorWindow)EditorWindow.GetWindow(typeof(EffectsAdvisorWindow));
Expand Down

0 comments on commit 89b34c6

Please sign in to comment.