mirror of
https://github.com/photonstorm/phaser
synced 2025-01-09 19:58:52 +00:00
Update src/tilemaps/ParseToTilemap.js
Co-Authored-By: Chris Andrew <hex727@gmail.com>
This commit is contained in:
parent
72cb3343d6
commit
9c23f7e72f
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ var ParseToTilemap = function (scene, key, tileWidth, tileHeight, width, height,
|
|||
|
||||
if (mapData === null)
|
||||
{
|
||||
console.log('null mapdata');
|
||||
mapData = new MapData({
|
||||
tileWidth: tileWidth,
|
||||
tileHeight: tileHeight,
|
||||
|
|
Loading…
Reference in a new issue