mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 12:58:33 +01:00
update a paragraph's tokenized text before updating its children and event
This commit is contained in:
parent
d6ab8061f3
commit
f5be677b83
1 changed files with 1 additions and 1 deletions
|
@ -184,8 +184,8 @@ namespace MLEM.Ui.Elements {
|
||||||
|
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
public override void Update(GameTime time) {
|
public override void Update(GameTime time) {
|
||||||
base.Update(time);
|
|
||||||
this.TokenizedText?.Update(time);
|
this.TokenizedText?.Update(time);
|
||||||
|
base.Update(time);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
|
|
Loading…
Reference in a new issue