mirror of
https://github.com/photonstorm/phaser
synced 2025-01-09 11:48:50 +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)
|
if (mapData === null)
|
||||||
{
|
{
|
||||||
console.log('null mapdata');
|
|
||||||
mapData = new MapData({
|
mapData = new MapData({
|
||||||
tileWidth: tileWidth,
|
tileWidth: tileWidth,
|
||||||
tileHeight: tileHeight,
|
tileHeight: tileHeight,
|
||||||
|
|
Loading…
Reference in a new issue