We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49bb45c commit 9c1f39dCopy full SHA for 9c1f39d
1 file changed
src/tilemap/Tilemap.js
@@ -1503,9 +1503,8 @@ Phaser.Tilemap.prototype = {
1503
* @method Phaser.Tilemap#swapHandler
1504
* @private
1505
* @param {number} value
1506
- * @param {number} index
1507
*/
1508
- swapHandler: function (value, index) {
+ swapHandler: function (value) {
1509
1510
if (value.index === this._tempA)
1511
{
0 commit comments