Browse Source

fix code style

webglzhang 5 năm trước cách đây
mục cha
commit
6bf1339341
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 () {
-    //
+	//
 	// }
 
 } );