We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d002f5 commit 6b6c21fCopy full SHA for 6b6c21f
render/orthogonal.go
@@ -54,7 +54,7 @@ func (e *OrthogonalRendererEngine) RotateTileImage(tile *tiled.LayerTile, img im
54
timg = imaging.FlipV(timg)
55
}
56
if tile.DiagonalFlip {
57
- timg = imaging.FlipH(imaging.Rotate270(timg))
+ timg = imaging.FlipH(imaging.Rotate90(timg))
58
59
60
return timg
0 commit comments