Fix first rotated tile on each row.

The first tile on each row seemed to be missing values.
This was due to the ‘continue’ statement that would prevent
src_rotated_point to be incremented properly.
This commit is contained in:
Fabien Freling 2014-07-04 00:34:06 +02:00
parent 7f29bd192a
commit e3e0d3c20a
2 changed files with 8 additions and 10 deletions

View file

@ -21,4 +21,4 @@
[ ] Image borders
# Bugs
[ ] first tile on each row is missing
[X] first tile on each row is missing