1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-12 08:43:08 +00:00

Compare commits

..

No commits in common. "1a049342320a4fa9364ae1eafb2f10b84b71fad6" and "16dcffd038800e70882c29a884aa0b9873933c9d" have entirely different histories.

View file

@ -394,7 +394,6 @@ func update_tilemap(
if _tiles_equal(i, image_portion, tile.image):
if cells[i].index != j:
cells[i].index = j
tileset.tiles[j].times_used += 1
cells[i].remove_transformations()
found_tile = true
break