mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 20:41:14 +00:00
Issue #1118 Loading characters through ImportAssets - show as readonly
icon
This commit is contained in:
@@ -109,6 +109,9 @@ public class Timeline {
|
||||
|
||||
public Frame getFrame(int index) {
|
||||
ensureInitialized();
|
||||
if (index >= frames.size()) {
|
||||
return null;
|
||||
}
|
||||
return frames.get(index);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user