mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-26 21:35:16 +00:00
AS1/2: Properly handling of Flash7 scripts exported to Flash5/6 - ActionDefineFunction local registers
This commit is contained in:
@@ -599,12 +599,17 @@ public class Graph {
|
||||
return g.translate(localData, staticOperation, path);
|
||||
}
|
||||
|
||||
protected void afterPopupateAllParts(Set<GraphPart> allParts) {
|
||||
|
||||
}
|
||||
|
||||
public List<GraphTargetItem> translate(BaseLocalData localData, int staticOperation, String path) throws InterruptedException {
|
||||
|
||||
Set<GraphPart> allParts = new HashSet<>();
|
||||
for (GraphPart head : heads) {
|
||||
populateParts(head, allParts);
|
||||
}
|
||||
afterPopupateAllParts(allParts);
|
||||
if (debugPrintAllParts) {
|
||||
System.err.println("parts:");
|
||||
for (GraphPart p : allParts) {
|
||||
|
||||
Reference in New Issue
Block a user