Skip to content

Commit e2194c5

Browse files
committed
Formatting
1 parent 5e21cca commit e2194c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spine-ts/spine-core/src/AnimationState.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ export class TrackEntry {
953953
this._mixDuration = mixDuration;
954954
}
955955

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

0 commit comments

Comments
 (0)