Skip to content

Commit 56ad38f

Browse files
committed
Docs: correct Tilemap#renderDebugFull
1 parent b470733 commit 56ad38f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/tilemaps/Tilemap.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1884,7 +1884,6 @@ var Tilemap = new Class({
18841884
*
18851885
* @param {Phaser.GameObjects.Graphics} graphics - The target Graphics object to draw upon.
18861886
* @param {Phaser.Types.Tilemaps.StyleConfig} styleConfig - An object specifying the colors to use for the debug drawing.
1887-
* @param {(string|integer|Phaser.Tilemaps.DynamicTilemapLayer|Phaser.Tilemaps.StaticTilemapLayer)} [layer] - The tile layer to use. If not given the current layer is used.
18881887
*
18891888
* @return {?Phaser.Tilemaps.Tilemap} Return this Tilemap object, or null if the layer given was invalid.
18901889
*/

0 commit comments

Comments
 (0)