diff --git a/Source/Engine/UI/ControlReference.cs b/Source/Engine/UI/ControlReference.cs index 84d79f3c0..b05f73682 100644 --- a/Source/Engine/UI/ControlReference.cs +++ b/Source/Engine/UI/ControlReference.cs @@ -24,7 +24,7 @@ public interface IControlReference /// /// A safe set of the UI Control. Will warn if Control is of the wrong type. /// - /// + /// The UIControl to set. public void Set(UIControl uiControl); }