mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-12 16:53:07 +00:00
Compare commits
No commits in common. "1a049342320a4fa9364ae1eafb2f10b84b71fad6" and "16dcffd038800e70882c29a884aa0b9873933c9d" have entirely different histories.
1a04934232
...
16dcffd038
|
@ -394,7 +394,6 @@ func update_tilemap(
|
||||||
if _tiles_equal(i, image_portion, tile.image):
|
if _tiles_equal(i, image_portion, tile.image):
|
||||||
if cells[i].index != j:
|
if cells[i].index != j:
|
||||||
cells[i].index = j
|
cells[i].index = j
|
||||||
tileset.tiles[j].times_used += 1
|
|
||||||
cells[i].remove_transformations()
|
cells[i].remove_transformations()
|
||||||
found_tile = true
|
found_tile = true
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in a new issue