We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bceca55 + 70c64eb commit acebd74Copy full SHA for acebd74
1 file changed
src/tilemap/Tilemap.js
@@ -304,7 +304,7 @@ Phaser.Tilemap.prototype = {
304
305
if (idx === null && this.format === Phaser.Tilemap.TILED_JSON)
306
{
307
- console.warn('Phaser.Tilemap.addTilesetImage: No data found in the JSON matching the tileset name: "' + key + '"');
+ console.warn('Phaser.Tilemap.addTilesetImage: No data found in the JSON matching the tileset name: "' + tileset + '"');
308
return null;
309
}
310
0 commit comments