Skip to content

Commit

Permalink
chore: fix jsdoc type
Browse files Browse the repository at this point in the history
  • Loading branch information
hornta committed Jul 17, 2024
1 parent d0aa4ed commit 46279c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/melonjs/src/camera/camera2d.js
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ export default class Camera2d extends Renderable {
* convert the given "local" (screen) coordinates into world coordinates
* @param {number} x - the x coordinate of the local point to be converted
* @param {number} y - the y coordinate of the local point to be converted
* @param {number} [v] - an optional vector object where to set the converted value
* @param {Vector2d} [v] - an optional vector object where to set the converted value
* @returns {Vector2d}
*/
localToWorld(x, y, v) {
Expand Down

0 comments on commit 46279c0

Please sign in to comment.