mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Fixed a regression where text element fade animations would not play
This commit is contained in:
parent
315877b1f0
commit
87ed152c5a
|
@ -421,6 +421,8 @@ void TextComponent::update(int deltaTime)
|
||||||
mScrollOffset2 = 0;
|
mScrollOffset2 = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
updateSelf(deltaTime);
|
||||||
}
|
}
|
||||||
|
|
||||||
void TextComponent::onTextChanged()
|
void TextComponent::onTextChanged()
|
||||||
|
|
Loading…
Reference in a new issue