mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 21:55:10 +00:00
Remove "static operation".
This commit is contained in:
@@ -544,7 +544,7 @@ public class Main {
|
||||
}
|
||||
if (instrSWF != null) {
|
||||
if (origFile != null) {
|
||||
for (Tag t : instrSWF.getLocalTags()) {
|
||||
for (Tag t : instrSWF.getTags()) {
|
||||
if (t instanceof ImportTag) {
|
||||
ImportTag it = (ImportTag) t;
|
||||
String url = it.getUrl();
|
||||
|
||||
Reference in New Issue
Block a user