Skip to content

Commit

Permalink
Merge 9f7d91e into 50eb31b
Browse files Browse the repository at this point in the history
  • Loading branch information
luzhuang authored Oct 31, 2023
2 parents 50eb31b + 9f7d91e commit 93855d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/animation/Animator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class Animator extends Component {
speed: number = 1.0;

/** @internal */
_playFrameCount: number;
_playFrameCount: number = -1;
/** @internal */
_onUpdateIndex: number = -1;

Expand Down

0 comments on commit 93855d8

Please sign in to comment.