Fixed a regression where text element fade animations would not play

This commit is contained in:
Leon Styhre 2023-09-08 20:14:22 +02:00
parent 315877b1f0
commit 87ed152c5a

View file

@ -421,6 +421,8 @@ void TextComponent::update(int deltaTime)
mScrollOffset2 = 0; mScrollOffset2 = 0;
} }
} }
updateSelf(deltaTime);
} }
void TextComponent::onTextChanged() void TextComponent::onTextChanged()