mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Also play Widget motion if there is a fade sequence
This commit is contained in:
parent
9b7f192dce
commit
ceea855c6f
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue