This commit is contained in:
syuilo 2018-07-18 01:22:11 +09:00
parent 5f9237e837
commit 9eb2d6156f

View file

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