mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 20:20:46 +00:00
Try for new getprecontinues method for for detection
This commit is contained in:
+1
@@ -140,6 +140,7 @@ public class PcodeGraphVizExporter {
|
||||
blkStyle = "shape=\"circle\"";
|
||||
labelStr = "FINISH";
|
||||
}
|
||||
labelStr = part.toString() + ":\\l" + labelStr;
|
||||
writer.append(partBlockName + " [" + blkStyle + " label=\"" + labelStr + "\"];\r\n");
|
||||
for (int n = 0; n < part.nextParts.size(); n++) {
|
||||
GraphPart next = part.nextParts.get(n);
|
||||
|
||||
Reference in New Issue
Block a user