mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Misc : start frame index at 1 in PreviewFilm
This commit is contained in:
parent
fbdf1aaf9a
commit
fc19695a4a
@ -180,7 +180,7 @@
|
|||||||
}
|
}
|
||||||
var tileCount = document.createElement("div");
|
var tileCount = document.createElement("div");
|
||||||
tileCount.className = "tile-overlay tile-count";
|
tileCount.className = "tile-overlay tile-count";
|
||||||
tileCount.innerHTML = tileNumber;
|
tileCount.innerHTML = tileNumber + 1;
|
||||||
previewTileRoot.appendChild(tileCount);
|
previewTileRoot.appendChild(tileCount);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user