2
0
Эх сурвалжийг харах

fix the format problem of instancedmesh.d.ts

webglzhang 5 жил өмнө
parent
commit
a68c862e0b

+ 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 {