Remove assignment to obsolete tileColor property

This commit is contained in:
cryptographer 2016-06-20 22:29:05 -04:00
parent e39cd584bf
commit 9fdbb2d25d

View file

@ -859,8 +859,6 @@ Phaser.TilemapLayer.prototype.renderRegion = function (scrollX, scrollY, left, t
// xmax/ymax - remaining cells to render on column/row
var tx, ty, x, y, xmax, ymax;
context.fillStyle = this.tileColor;
for (y = normStartY, ymax = bottom - top, ty = baseY;
ymax >= 0;
y++, ymax--, ty += th)