Skip to content

Commit 37a9f4f

Browse files
committed
Remove console warn for invalid tile index as it was firing incorrectly (when processing a base layer which only uses tiles from another tileset).
1 parent f958567 commit 37a9f4f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/tilemap/Tileset.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,6 @@ Phaser.Tileset.prototype = {
217217
alpha: alpha
218218
});
219219
}
220-
else
221-
{
222-
console.warn("invalid tile index in drawGl", index, this.firstgid, this.name);
223-
}
224220

225221
},
226222

0 commit comments

Comments
 (0)