This commit is contained in:
syuilo 2018-07-18 01:22:11 +09:00
parent a053e1c1de
commit 3c678f0e92

View file

@ -114,7 +114,7 @@ export default Vue.extend({
this.tick(); this.tick();
requestAnimationFrame(update); requestAnimationFrame(update);
} }
}); };
update(); update();
}, },