This commit is contained in:
yushijinhun 2017-09-03 09:58:32 +08:00
parent d8831888aa
commit 09509022cc
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ var skinpreview3d = new function(){
capePivot.rotation.x = 25 * (Math.PI/180);
this.scene.add(capePivot);
this.domElement.append(this.renderer.domElement);
this.domElement.appendChild(this.renderer.domElement);
}
skinImg.crossOrigin = '';