[nostalgia/core/studio] Fix tile sheet editor to correctly iterate over tiles

This commit is contained in:
2019-11-26 23:45:29 -06:00
parent d37cd50d99
commit d06724ffe1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ Rectangle {
Repeater {
model: 64
Pixel {
pixelNumber: index
pixelNumber: index + 64 * tile.tileNumber
}
}
}