mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-05 03:26:03 +00:00
Fixed FLA export - allow float frame rate
This commit is contained in:
@@ -4568,7 +4568,7 @@ public class XFLConverter {
|
||||
"playOptionsPlayFrameActions", "false",
|
||||
"autoSaveHasPrompted", "true",
|
||||
"backgroundColor", backgroundColor,
|
||||
"frameRate", Integer.toString((int) swf.frameRate) // todo: is the cast to int needed?
|
||||
"frameRate", doubleToString(swf.frameRate)
|
||||
});
|
||||
|
||||
if (Double.compare(width, 550) != 0) {
|
||||
|
||||
Reference in New Issue
Block a user