We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 880687f commit 36ffb19Copy full SHA for 36ffb19
library/graphics/TileLayer.cc
@@ -211,7 +211,7 @@ inline namespace v1 {
211
212
RectF bounds = m_properties->computeCellBounds(coords);
213
Vector2f position = bounds.getPosition();
214
- position.y += bounds.getSize().width - sheet.tileset.getTileSize().width;
+ position.y += bounds.getSize().height - sheet.tileset.getTileSize().height;
215
position += sheet.tileset.getOffset();
216
Vector2f size = sheet.tileset.getTileSize();
217
0 commit comments