Skip to content

Commit 6613bc2

Browse files
authored
Fixing removeTileAt, removeTileAtWorldXY docs
The 'tile' parameter was not included in the actual code, so it's removed here from the documentation.
1 parent e22b1a7 commit 6613bc2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/tilemaps/Tilemap.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,7 +1524,6 @@ var Tilemap = new Class({
15241524
* @method Phaser.Tilemaps.Tilemap#removeTileAt
15251525
* @since 3.0.0
15261526
*
1527-
* @param {(integer|Phaser.Tilemaps.Tile)} tile - The index of this tile to set or a Tile object.
15281527
* @param {integer} tileX - [description]
15291528
* @param {integer} tileY - [description]
15301529
* @param {boolean} [replaceWithNull=true] - If true, this will replace the tile at the specified
@@ -1555,7 +1554,6 @@ var Tilemap = new Class({
15551554
* @method Phaser.Tilemaps.Tilemap#removeTileAtWorldXY
15561555
* @since 3.0.0
15571556
*
1558-
* @param {(integer|Phaser.Tilemaps.Tile)} tile - The index of this tile to set or a Tile object.
15591557
* @param {number} worldX - [description]
15601558
* @param {number} worldY - [description]
15611559
* @param {boolean} [replaceWithNull=true] - If true, this will replace the tile at the specified

0 commit comments

Comments
 (0)