Browse Source

fix code style

webglzhang 5 years ago
parent
commit
6bf1339341
1 changed files with 1 additions and 1 deletions
  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 () {
 	// updateMorphTargets: function () {
-    //
+	//
 	// }
 	// }
 
 
 } );
 } );