Docs: correct type for Body#customBoundsRectangle

This commit is contained in:
samme 2020-09-08 18:44:12 -07:00 committed by GitHub
parent 8ddbeb1d18
commit b0ce62e2d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -402,7 +402,7 @@ var Body = new Class({
* You can also change it by using the `Body.setBoundsRectangle` method.
*
* @name Phaser.Physics.Arcade.Body#customBoundsRectangle
* @type {?Phaser.Geom.Rectangle}
* @type {Phaser.Geom.Rectangle}
* @since 3.20
*/
this.customBoundsRectangle = world.bounds;