mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2025-03-17 00:11:05 +02:00
Fix bug
This commit is contained in:
parent
a053e1c1de
commit
3c678f0e92
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ export default Vue.extend({
|
||||||
this.tick();
|
this.tick();
|
||||||
requestAnimationFrame(update);
|
requestAnimationFrame(update);
|
||||||
}
|
}
|
||||||
});
|
};
|
||||||
update();
|
update();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue