Pārlūkot izejas kodu

Merge pull request #16131 from Zielon/bugfix/buffer_geometry_typings

Removal of the wrongly put @deprecated annotation
Mr.doob 6 gadi atpakaļ
vecāks
revīzija
33c2fadb42
1 mainītis faili ar 0 papildinājumiem un 3 dzēšanām
  1. 0 3
      src/core/BufferGeometry.d.ts

+ 0 - 3
src/core/BufferGeometry.d.ts

@@ -9,9 +9,6 @@ import { Geometry } from './Geometry';
 import { DirectGeometry } from './DirectGeometry';
 import { EventDispatcher } from './EventDispatcher';
 import { InterleavedBufferAttribute } from './InterleavedBufferAttribute';
-/**
- * @deprecated Use {@link BufferAttribute#setDynamic THREE.BufferAttribute().setDynamic( true )} instead.
- */
 
 /**
  * This is a superefficent class for geometries because it saves all data in buffers.