From af79a3284748529eb82af1ca2b4599773e6f09d5 Mon Sep 17 00:00:00 2001 From: xxSeys1 Date: Thu, 17 Oct 2024 22:06:07 +0200 Subject: [PATCH] make naming more consistent --- Source/Editor/Windows/GameWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Editor/Windows/GameWindow.cs b/Source/Editor/Windows/GameWindow.cs index b6b95867e..886b11d11 100644 --- a/Source/Editor/Windows/GameWindow.cs +++ b/Source/Editor/Windows/GameWindow.cs @@ -540,7 +540,7 @@ namespace FlaxEditor.Windows // Focus on play { - var pfMenu = menu.AddChildMenu("Play Mode Focus Override").ContextMenu; + var pfMenu = menu.AddChildMenu("Focus On Play Override").ContextMenu; GenerateFocusOptionsContextMenu(pfMenu); }