Skip to content

Commit 7be534c

Browse files
committed
Fixed doc comments.
1 parent c8d5b77 commit 7be534c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/materials/images/RawImageData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @private
55
* @param {Number} width - The image width.
6-
* @param {Number} width - The image height.
6+
* @param {Number} height - The image height.
77
* @param {Uint8ClampedArray} data - The image data.
88
* @param {Number} channels - The color channels used for a single pixel.
99
* @return {Canvas} The canvas.

src/materials/images/smaa/utils/SMAAAreaImageData.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,6 @@ function isInsideArea(p1, p2, x, y) {
648648
* @param {Vector2} p2 - The upper bounds of the area.
649649
* @param {Number} pX - The X-coordinates.
650650
* @param {Number} pY - The Y-coordinates.
651-
* @param {Vector2} result - A target vector to store the area in.
652651
* @return {Number} The amount of pixels inside the area relative to the total amount of sampled pixels.
653652
*/
654653

0 commit comments

Comments
 (0)