Skip to content

Commit 46279c0

Browse files
committedJul 17, 2024·
chore: fix jsdoc type
1 parent d0aa4ed commit 46279c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/melonjs/src/camera/camera2d.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ export default class Camera2d extends Renderable {
583583
* convert the given "local" (screen) coordinates into world coordinates
584584
* @param {number} x - the x coordinate of the local point to be converted
585585
* @param {number} y - the y coordinate of the local point to be converted
586-
* @param {number} [v] - an optional vector object where to set the converted value
586+
* @param {Vector2d} [v] - an optional vector object where to set the converted value
587587
* @returns {Vector2d}
588588
*/
589589
localToWorld(x, y, v) {

0 commit comments

Comments
 (0)
Please sign in to comment.