Explorar el Código

fix code style

webglzhang hace 5 años
padre
commit
6bf1339341
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/objects/InstancedMesh.js

+ 1 - 1
src/objects/InstancedMesh.js

@@ -38,7 +38,7 @@ InstancedMesh.prototype = Object.assign( Object.create( Mesh.prototype ), {
 	},
 
 	// updateMorphTargets: function () {
-    //
+	//
 	// }
 
 } );