Skip to content

Commit

Permalink
3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
monitor1394 committed Mar 20, 2022
1 parent da61101 commit 59896d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Runtime/Serie/SerieHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ internal override void SetSerie(Serie serie)
this.serie = (T)serie;
this.serie.context.param.serieType = typeof(T);
m_NeedInitComponent = true;
AnimationStyleHelper.UpdateSerieAnimation(serie);
}

public override void Update()
Expand Down

0 comments on commit 59896d2

Please sign in to comment.