Skip to content

Commit d3460ba

Browse files
committed
Only needs CollisionInfo
1 parent 94bebab commit d3460ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/physics/arcade/CheckOverlapY.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var CONST = require('./const');
1818
*
1919
* @return {boolean}
2020
*/
21-
var CheckOverlapY = function (body, collisionInfo)
21+
var CheckOverlapY = function (collisionInfo)
2222
{
2323
collisionInfo = CollisionInfo.update(collisionInfo);
2424

0 commit comments

Comments
 (0)