mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-03 05:35:28 +00:00
Folder frame number starting at 1.
This commit is contained in:
@@ -260,7 +260,7 @@ public class FrameExporter {
|
||||
List<String> paths = new ArrayList<>();
|
||||
String subPath = "";
|
||||
if (subFramesLength > 1) {
|
||||
subPath = File.separator + frames.get(0);
|
||||
subPath = File.separator + (frames.get(0) + 1);
|
||||
}
|
||||
|
||||
if (containerId == 0) {
|
||||
|
||||
Reference in New Issue
Block a user