mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-06 11:35:11 +00:00
Issue #174 AS3 rename identifiers fix
This commit is contained in:
@@ -349,7 +349,7 @@ public class SWF {
|
||||
}
|
||||
}
|
||||
|
||||
private void assignClassesToSymbols() {
|
||||
public void assignClassesToSymbols() {
|
||||
HashMap<Integer, String> classes = new HashMap<>();
|
||||
for (Tag t : tags) {
|
||||
if (t instanceof SymbolClassTag) {
|
||||
|
||||
Reference in New Issue
Block a user