We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ddbeb1 commit b0ce62eCopy full SHA for b0ce62e
1 file changed
src/physics/arcade/Body.js
@@ -402,7 +402,7 @@ var Body = new Class({
402
* You can also change it by using the `Body.setBoundsRectangle` method.
403
*
404
* @name Phaser.Physics.Arcade.Body#customBoundsRectangle
405
- * @type {?Phaser.Geom.Rectangle}
+ * @type {Phaser.Geom.Rectangle}
406
* @since 3.20
407
*/
408
this.customBoundsRectangle = world.bounds;
0 commit comments