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-21 16:08:10 +02:00
parent 9288a3eedf
commit e4cefb4809

View File

@ -66,7 +66,7 @@ const Geometry = defineComponent({
oldGeo?.dispose()
},
},
render() { return []; },
render() { return [] },
})
export default Geometry