fixed bug when checking out-of-bounds frames im graphics definitions
authorHolger Schemel <info@artsoft.org>
Mon, 19 Feb 2018 20:58:16 +0000 (21:58 +0100)
committerHolger Schemel <info@artsoft.org>
Mon, 19 Feb 2018 20:58:21 +0000 (21:58 +0100)
- this bug was caused by getFixedGraphicSource() always using 32x32 tile
  size even if element graphic was defined using smaller tile size like
  16x16, resulting in correct definitions to be assumed as out of bounds
- fixed by using getGraphicSourceXY() instead, which only uses width and
  height attributes (which are set to the correct tile size for elements)


No differences found