1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-24 04:12:02 +08:00
This commit is contained in:
Kevin Levron 2021-04-02 14:02:22 +02:00
parent afcf13b873
commit 9583cd93ed
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ export default {
// emit ready event with two passes - do so manually in this file instead
// of calling `completePass` like in other effect types
this.$emit('ready', [this.pass, this.pass1])
this.$emit('ready', [this.pass, this.pass1]);
},
methods: {
updateFocusLine() {