wip
This commit is contained in:
parent
904926f18e
commit
87d5726551
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@
|
|||
let timer = null;
|
||||
source.addEventListener('playing', () => {
|
||||
if (!timer) {
|
||||
timer = setInterval(update, 1000 / 24);
|
||||
timer = setInterval(update, 1000 / 10);
|
||||
}
|
||||
update();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue