From 6df45b510f13dc129b617cda31aa6869d383123f Mon Sep 17 00:00:00 2001 From: "honfika@gmail.com" Date: Wed, 10 Feb 2016 09:06:06 +0100 Subject: [PATCH] build fix --- libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java index 01f5eff28..a16771274 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java @@ -2672,7 +2672,7 @@ public final class SWF implements SWFContainerItem, Timelined { RenderContext renderContext = new RenderContext(); renderContext.cursorPosition = cursorPosition; renderContext.mouseButton = mouseButton; - timeline.toImage(frame, time, renderContext, image, false, m, absoluteTransformation, colorTransform); + timeline.toImage(frame, time, 0, renderContext, image, false, m, absoluteTransformation, colorTransform); return image; }