Skip to content

Commit 467f165

Browse files
author
sam
authored
JSDocs wrong Boolean on checkCollision description
L647 "checkCollision.none = false to disable collision checks" this is false way description, changed to "= true" As of pull request: photonstorm/phaser3-docs#75
1 parent c9b7ce3 commit 467f165

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/physics/arcade/Body.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ var Body = new Class({
644644

645645
/**
646646
* Whether this Body is checked for collisions and for which directions.
647-
* You can set `checkCollision.none = false` to disable collision checks.
647+
* You can set `checkCollision.none = true` to disable collision checks.
648648
*
649649
* @name Phaser.Physics.Arcade.Body#checkCollision
650650
* @type {ArcadeBodyCollision}

0 commit comments

Comments
 (0)