Skip to content

Commit 2fcb350

Browse files
committed
Use the same name for the menu and the editor window
1 parent 234ba59 commit 2fcb350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/GraphVisualizer/Editor/PlayableGraphVisualizerWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ private PlayableGraphVisualizerWindow()
4141
[MenuItem("Window/PlayableGraph Visualizer")]
4242
public static void ShowWindow()
4343
{
44-
GetWindow<PlayableGraphVisualizerWindow>("Playable Graph Visualizer");
44+
GetWindow<PlayableGraphVisualizerWindow>("PlayableGraph Visualizer");
4545
}
4646

4747
private PlayableGraphInfo GetSelectedGraphInToolBar(IList<PlayableGraphInfo> graphs, PlayableGraphInfo currentGraph)

0 commit comments

Comments
 (0)