Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed May 7, 2024
1 parent 5e21cca commit e2194c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spine-ts/spine-core/src/AnimationState.ts
Expand Up @@ -953,7 +953,7 @@ export class TrackEntry {
this._mixDuration = mixDuration;
}

setMixDurationWithDelay(mixDuration: number, delay: number) {
setMixDurationWithDelay (mixDuration: number, delay: number) {
this._mixDuration = mixDuration;
if (this.previous != null && delay <= 0) delay += this.previous.getTrackComplete() - mixDuration;
this.delay = delay;
Expand Down

0 comments on commit e2194c5

Please sign in to comment.