소스 검색

Merge pull request #17925 from Mugen87/dev33

TS: Fix import in InstancedMesh.d.ts.
Michael Herzog 5 년 전
부모
커밋
bb0703c7c0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/objects/InstancedMesh.d.ts

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

@@ -1,7 +1,7 @@
 import { Geometry } from './../core/Geometry';
 import { BufferGeometry } from '../core/BufferGeometry';
 import { Material } from './../materials/Material';
-import { BufferAttribute } from './../core/BufferAttribute.js';
+import { BufferAttribute } from './../core/BufferAttribute';
 import { Mesh } from './Mesh';
 import { Matrix4 } from './../math/Matrix4';