Skip to content

Commit 5b82757

Browse files
authored
Merge pull request #17239 from gkjohnson/patch-1
Remove Vector4 deprecation warning
2 parents 61ad2ba + adad180 commit 5b82757

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/math/Vector4.d.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ import { Matrix3 } from './Matrix3';
44
import { BufferAttribute } from './../core/BufferAttribute';
55
import { Vector } from './Vector2';
66

7-
/**
8-
* @deprecated use {@link Vector3 THREE.Vector3} instead.
9-
*/
10-
117
/**
128
* 4D vector.
139
*

0 commit comments

Comments
 (0)