Fix bug
This commit is contained in:
parent
5f9237e837
commit
9eb2d6156f
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