Skip to content

Commit

Permalink
Move reflex debugger menu item to Window/Analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavopsantos committed Aug 22, 2024
1 parent ade547c commit 39185b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Reflex/Editor/ReflexMenuItems.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Reflex.Editor
{
internal static class ReflexMenuItems
{
[MenuItem("Reflex/Debugger %e")]
[MenuItem("Window/Analysis/Reflex Debugger %e")]
private static void OpenReflexDebuggingWindow()
{
EditorWindow.GetWindow<ReflexDebuggerWindow>(false, "Reflex Debugger", true);
Expand Down

0 comments on commit 39185b9

Please sign in to comment.