cleaning
This commit is contained in:
parent
2386782280
commit
ccb42c831c
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ function createClock(
|
|||
if (phase === 0) {
|
||||
phase = t + minLatency;
|
||||
}
|
||||
// console.log({ t, phase, tick });
|
||||
|
||||
// callback as long as we're inside the lookahead
|
||||
while (phase < lookahead) {
|
||||
phase = Math.round(phase * precision) / precision;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue