소스 검색

Remove Vector4 deprecation warning

Garrett Johnson 6 년 전
부모
커밋
adad180b3d
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      src/math/Vector4.d.ts

+ 0 - 4
src/math/Vector4.d.ts

@@ -4,10 +4,6 @@ import { Matrix3 } from './Matrix3';
 import { BufferAttribute } from './../core/BufferAttribute';
 import { Vector } from './Vector2';
 
-/**
- * @deprecated use {@link Vector3 THREE.Vector3} instead.
- */
-
 /**
  * 4D vector.
  *