mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 13:20:45 +00:00
#1333 Exporting sprites as swf files
This commit is contained in:
@@ -429,7 +429,7 @@ public class ASMSourceEditorPane extends DebuggableEditorPane implements CaretLi
|
||||
int caretPos = getCaretPosition();
|
||||
Flasm3Lexer lexer = new Flasm3Lexer(new StringReader(getText().replace("\r\n", "\n")));
|
||||
ParsedSymbol symb;
|
||||
String lastLevel = null;
|
||||
String lastLevel;
|
||||
final Integer singleUse[] = new Integer[]{
|
||||
ParsedSymbol.TYPE_KEYWORD_FINAL,
|
||||
ParsedSymbol.TYPE_KEYWORD_OVERRIDE,
|
||||
|
||||
Reference in New Issue
Block a user