phaser3-docs icon indicating copy to clipboard operation
phaser3-docs copied to clipboard

Phaser.Tilemaps.DynamicTilemapLayer::removeTileAt function signature

Open jowy opened this issue 6 years ago • 0 comments

Phaser.Tilemaps.DynamicTilemapLayer::removeTileAt( tile, tileX, tileY [, replaceWithNull [, recalculateFaces ] ] )

Should look like:

Phaser.Tilemaps.DynamicTilemapLayer::removeTileAt( tileX, tileY [, replaceWithNull [, recalculateFaces ] ] )

When I ignore this and call it as removeTileAt( tileX, tileY ), it works just fine, however this is an issue in the TS typings.

jowy avatar Jun 06 '18 19:06 jowy