mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-05-30 01:26:56 +00: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…
Add table
Reference in a new issue