Skip to content

Commit

Permalink
Updated offset support for image-layer.
Browse files Browse the repository at this point in the history
  • Loading branch information
probityrules committed Mar 9, 2021
1 parent c91bd97 commit 3c466a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/TiledLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,8 @@ export default (function () {
image: '',
height: 1,
name: imageLayer.name,
offsetx: imageLayer.offsetx,
offsety: imageLayer.offsety,
type: 'tilelayer',
width: 1,
tileheight: 1,
Expand Down

0 comments on commit 3c466a2

Please sign in to comment.