mirror of
https://github.com/photonstorm/phaser
synced 2024-11-17 10:18:42 +00:00
commit
5985e33caf
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ var DynamicTilemapLayerWebGLRenderer = function (renderer, src, interpolationPer
|
|||
src,
|
||||
texture,
|
||||
texture.width, texture.height,
|
||||
(tw + x + tile.pixelX) * sx, (th + y + tile.pixelY) * sy,
|
||||
x + ((tw + tile.pixelX) * sx), y + ((th + tile.pixelY) * sy),
|
||||
tile.width, tile.height,
|
||||
sx, sy,
|
||||
tile.rotation,
|
||||
|
|
Loading…
Reference in a new issue