Merge pull request #4105 from the-realest-stu/master

Fix #4104
This commit is contained in:
Richard Davey 2018-11-20 11:05:05 +00:00 committed by GitHub
commit 5985e33caf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,