mirror of
https://github.com/photonstorm/phaser
synced 2024-12-23 03:23:42 +00:00
Update DynamicTilemapLayerWebGLRenderer.js
This commit is contained in:
parent
18c8973ba7
commit
a40ff084f9
1 changed files with 0 additions and 1 deletions
|
@ -95,7 +95,6 @@ var DynamicTilemapLayerWebGLRenderer = function (renderer, src, interpolationPer
|
||||||
|
|
||||||
var tw = frameWidth * 0.5;
|
var tw = frameWidth * 0.5;
|
||||||
var th = frameHeight * 0.5;
|
var th = frameHeight * 0.5;
|
||||||
|
|
||||||
|
|
||||||
var tint = getTint(tile.tint, alpha * tile.alpha);
|
var tint = getTint(tile.tint, alpha * tile.alpha);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue