diff --git a/Source/Engine/UI/UIControl.cpp b/Source/Engine/UI/UIControl.cpp index 51312ae15..106e51d63 100644 --- a/Source/Engine/UI/UIControl.cpp +++ b/Source/Engine/UI/UIControl.cpp @@ -155,9 +155,6 @@ void UIControl::OnParentChanged() // Base Actor::OnParentChanged(); - if (!IsDuringPlay()) - return; - UICONTROL_INVOKE(ParentChanged); }