mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 14:08:28 +00:00
Removed duplicate parameters
This commit is contained in:
parent
eb10a0121a
commit
eebe58f1c9
2 changed files with 0 additions and 2 deletions
|
@ -21,7 +21,6 @@ var CalculateFacesWithin = require('./CalculateFacesWithin');
|
|||
* @param {integer} height - [description]
|
||||
* @param {integer} destTileX - [description]
|
||||
* @param {integer} destTileY - [description]
|
||||
* @param {integer} destTileY - [description]
|
||||
* @param {boolean} [recalculateFaces=true] - [description]
|
||||
* @param {Phaser.Tilemaps.LayerData} layer - The Tilemap Layer to act upon.
|
||||
*/
|
||||
|
|
|
@ -236,7 +236,6 @@ var DynamicTilemapLayer = new Class({
|
|||
* @param {integer} height - [description]
|
||||
* @param {integer} destTileX - [description]
|
||||
* @param {integer} destTileY - [description]
|
||||
* @param {integer} destTileY - [description]
|
||||
* @param {boolean} [recalculateFaces=true] - [description]
|
||||
*
|
||||
* @return {Phaser.Tilemaps.DynamicTilemapLayer} This Tilemap Layer object.
|
||||
|
|
Loading…
Add table
Reference in a new issue