Browse Source

fix the format problem of instancedmesh.d.ts

webglzhang 5 years ago
parent
commit
a68c862e0b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/objects/InstancedMesh.d.ts

+ 1 - 1
src/objects/InstancedMesh.d.ts

@@ -4,7 +4,7 @@ import { Material } from './../materials/Material';
 import { BufferAttribute } from './../core/BufferAttribute';
 import { Mesh } from './Mesh';
 import { Matrix4 } from './../math/Matrix4';
-import {Intersection, Raycaster} from "../core/Raycaster";
+import { Intersection, Raycaster } from "../core/Raycaster";
 
 export class InstancedMesh extends Mesh {