Explorar o código

Merge pull request #17239 from gkjohnson/patch-1

Remove Vector4 deprecation warning
Michael Herzog %!s(int64=6) %!d(string=hai) anos
pai
achega
5b82757f07
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  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.
  *