Fix previewing doesn't use specified model

Related: 2eab303457
This commit is contained in:
yushijinhun 2019-05-11 22:16:39 +08:00
parent f249ea80e3
commit f53ce777b3
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4

View File

@ -127,6 +127,7 @@ export default {
domElement: this.$refs.previewer,
width: this.$refs.previewer.clientWidth,
height: this.$refs.previewer.clientHeight,
detectModel: false,
skinUrl: this.skin || SkinSteve,
capeUrl: this.cape,
})