build fix

This commit is contained in:
honfika@gmail.com
2016-02-10 09:06:06 +01:00
parent f48f81ecef
commit 6df45b510f

View File

@@ -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;
}