diff --git a/Source/Engine/UI/GUI/Control.cs b/Source/Engine/UI/GUI/Control.cs index 1b6779ff8..afdd86bcb 100644 --- a/Source/Engine/UI/GUI/Control.cs +++ b/Source/Engine/UI/GUI/Control.cs @@ -456,9 +456,9 @@ namespace FlaxEngine.GUI #region Focus /// - /// Gets a value indicating whether the control can receive automatic focus on user events (eg. mouse down. + /// Gets a value indicating whether the control can receive automatic focus on user events (eg. mouse down). /// - [HideInEditor] + [HideInEditor, NoSerialize] public bool AutoFocus { get => _autoFocus;