Explorar o código

Merge branch 'dev' of http://192.168.0.115:3000/bill/fuse-code into dev

bill %!s(int64=2) %!d(string=hai) anos
pai
achega
73610f5d64
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/sdk/cover/index.js

+ 1 - 1
src/sdk/cover/index.js

@@ -411,7 +411,7 @@ export const enter = (dom, isLocal) => {
             if(props.type == 'obj') props.type = 'glb'
             props.scale /= 100 
             if(props.rotation){
-                if(props.rotation._x = void 0 && props.rotation.x != void 0){
+                if(props.rotation._x == void 0 && props.rotation.x != void 0){
                     props.rotation = new THREE.Euler().setFromVector3(props.rotation)
                 }
             }