Page 1 of 1

Bug: getSubtileOffset() only returns x

Posted: Tue Nov 25, 2014 7:39 pm
by ReFreezed
When writing a script, GameObject:getSubtileOffset() only seem to return the x offset and not the y offset.

Code: Select all

-- Example:
local x, y = party:getSubtileOffset()
print(x, y) -- x is a number but y is nil
(The game version is 2.1.17)

Re: Bug: getSubtileOffset() only returns x

Posted: Tue Nov 25, 2014 8:38 pm
by minmay
Seems to be present in 2.1.18 as well.

Re: Bug: getSubtileOffset() only returns x

Posted: Fri Nov 28, 2014 1:27 pm
by petri
Thanks for the bug report! Will be fixed in the next version.