1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-16 22:28:46 +02:00

update a paragraph's tokenized text before updating its children and event

This commit is contained in:
Ell 2022-12-23 14:54:02 +01:00
parent d6ab8061f3
commit f5be677b83

View file

@ -184,8 +184,8 @@ namespace MLEM.Ui.Elements {
/// <inheritdoc />
public override void Update(GameTime time) {
base.Update(time);
this.TokenizedText?.Update(time);
base.Update(time);
}
/// <inheritdoc />