From 1255337f75bfe39d1cb0cb6070a6aa9ddb0dc84b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Tue, 6 Aug 2024 00:10:00 +0200 Subject: [PATCH] Single frame clarification. --- .../src/com/jpexs/decompiler/flash/timeline/Timeline.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Timeline.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Timeline.java index 45c8f5fef..fff64323b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Timeline.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Timeline.java @@ -1710,6 +1710,7 @@ public class Timeline { /** * Checks whether all frames are singleframe. + * Single frame = each frame has no animated parts inside. * @return */ public boolean isSingleFrame() { @@ -1723,6 +1724,7 @@ public class Timeline { /** * Checks whether specified frame is single frame. + * Single frame = has no animated parts inside. * @param frame * @return */