Skip to content

Commit

Permalink
修正一处错误
Browse files Browse the repository at this point in the history
  • Loading branch information
TartaricAcid committed Oct 11, 2024
1 parent a726cf8 commit 538bc79
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ protected boolean forceUpdate(AnimationEvent<?> animationEvent) {
if (this.modelDirty || !this.state.compareState()) {
this.state.updateState();
this.modelDirty = false;
return true;
}
return false;
}
Expand Down

0 comments on commit 538bc79

Please sign in to comment.