mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-18 19:22:37 +00:00
FlashDevelop AIR export - strip underlines from app id.
This commit is contained in:
@@ -108,7 +108,7 @@ public class SwfFlashDevelopExporter {
|
||||
simpleName = simpleName.substring(0, simpleName.lastIndexOf("."));
|
||||
}
|
||||
|
||||
String simpleNameNoSpaces = simpleName.replace(" ", "");
|
||||
String simpleNameNoSpaces = simpleName.replace(" ", "").replace("_", "");
|
||||
|
||||
SetBackgroundColorTag bgColorTag = swf.getBackgroundColor();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user