Skip to content

Commit 9efca46

Browse files
committed
Merge pull request phaserjs#1582 from micahjohnston/dev
Fix doc comment on Phaser.Physics.Arcade#getObjectsAtLocation.
2 parents c141e8f + 34d4431 commit 9efca46

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/physics/arcade/World.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1434,7 +1434,8 @@ Phaser.Physics.Arcade.prototype = {
14341434
* Note that the children are not checked for depth order, but simply if they overlap the coordinate or not.
14351435
*
14361436
* @method Phaser.Physics.Arcade#getObjectsAtLocation
1437-
* @param {Phaser.Pointer} pointer - The Pointer to check.
1437+
* @param {number} x - The x coordinate to check.
1438+
* @param {number} y - The y coordinate to check.
14381439
* @param {Phaser.Group} group - The Group to check.
14391440
* @param {function} [callback] - A callback function that is called if the object overlaps the coordinates. The callback will be sent two parameters: the callbackArg and the Object that overlapped the location.
14401441
* @param {object} [callbackContext] - The context in which to run the callback.

0 commit comments

Comments
 (0)