diff --git a/Source/Engine/UI/GUI/Common/TextBoxBase.cs b/Source/Engine/UI/GUI/Common/TextBoxBase.cs index 92ea513a6..d78bd3d6b 100644 --- a/Source/Engine/UI/GUI/Common/TextBoxBase.cs +++ b/Source/Engine/UI/GUI/Common/TextBoxBase.cs @@ -137,7 +137,7 @@ namespace FlaxEngine.GUI /// /// Event fired when a key is up. /// - public event Action KeyUp; + public event Action KeyUp; /// /// Gets or sets a value indicating whether this is a multiline text box control.