let mouse tail duration respect timer speed
This commit is contained in:
@@ -1328,7 +1328,7 @@ export class Replayer {
|
||||
setTimeout(() => {
|
||||
this.tailPositions = this.tailPositions.filter((p) => p !== position);
|
||||
draw();
|
||||
}, duration);
|
||||
}, duration / this.speedService.state.context.timer.speed);
|
||||
}
|
||||
|
||||
private hoverElements(el: Element) {
|
||||
|
||||
Reference in New Issue
Block a user