浏览代码

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.
  *