Also play Widget motion if there is a fade sequence

This commit is contained in:
smallmodel 2024-01-27 21:26:11 +01:00
parent 9b7f192dce
commit ceea855c6f
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -2423,7 +2423,7 @@ void UIWidget::Display
if( !m_enabledCvar.length() && !IsVisible() )
return;
if (m_direction || m_fadetime > 0.0) {
if (m_direction || m_fadetime || m_fadeSequenceState != fadesequence_t::SEQUENCE_NONE) {
Motion();
}