Skip to content

Commit 9fdbb2d

Browse files
committed
Remove assignment to obsolete tileColor property
1 parent e39cd58 commit 9fdbb2d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/tilemap/TilemapLayer.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -859,8 +859,6 @@ Phaser.TilemapLayer.prototype.renderRegion = function (scrollX, scrollY, left, t
859859
// xmax/ymax - remaining cells to render on column/row
860860
var tx, ty, x, y, xmax, ymax;
861861

862-
context.fillStyle = this.tileColor;
863-
864862
for (y = normStartY, ymax = bottom - top, ty = baseY;
865863
ymax >= 0;
866864
y++, ymax--, ty += th)

0 commit comments

Comments
 (0)