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:
parent
7f29bd192a
commit
e3e0d3c20a
2 changed files with 8 additions and 10 deletions
2
TODO.md
2
TODO.md
|
@ -21,4 +21,4 @@
|
|||
[ ] Image borders
|
||||
|
||||
# Bugs
|
||||
[ ] first tile on each row is missing
|
||||
[X] first tile on each row is missing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue