mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 04:53:29 +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 />
|
||||
public override void Update(GameTime time) {
|
||||
base.Update(time);
|
||||
this.TokenizedText?.Update(time);
|
||||
base.Update(time);
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
|
|
Loading…
Reference in a new issue