mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 20:53:39 +00:00
Changed tile getTint function to use getTintAppendFloatAlphaAndSwap
This commit is contained in:
parent
e270d3afd8
commit
77dc14ee2f
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ var DynamicTilemapLayerWebGLRenderer = function (renderer, src, interpolationPer
|
|||
var gidMap = src.gidMap;
|
||||
var pipeline = src.pipeline;
|
||||
|
||||
var getTint = Utils.getTintAppendFloatAlpha;
|
||||
var getTint = Utils.getTintAppendFloatAlphaAndSwap;
|
||||
|
||||
var scrollFactorX = src.scrollFactorX;
|
||||
var scrollFactorY = src.scrollFactorY;
|
||||
|
|
Loading…
Reference in a new issue