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