mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-27 03:53:07 +00:00
commit
15c4e140fb
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ export class Ticker {
|
|||
this._timeout = setTimeout(() => {
|
||||
this._createTimeout();
|
||||
this._callback();
|
||||
}, this._updateInterval * 1000);
|
||||
}, this._updateInterval * 1000).valueOf();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue