Browse Source

TS: Fixed CylinderBufferGeometry dependency.

Mr.doob 4 năm trước cách đây
mục cha
commit
6f42e07f66
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/geometries/ConeBufferGeometry.d.ts

+ 1 - 1
src/geometries/ConeBufferGeometry.d.ts

@@ -1,4 +1,4 @@
-import { CylinderBufferGeometry } from './CylinderGeometry';
+import { CylinderBufferGeometry } from './CylinderBufferGeometry';
 
 export class ConeBufferGeometry extends CylinderBufferGeometry {