Parcourir la source

fix code style

webglzhang il y a 5 ans
Parent
commit
6bf1339341
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 () {
-    //
+	//
 	// }
 
 } );