mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 00:40:47 +00:00
committed by
Jindra Petřík
parent
611c3cd85e
commit
eeaa0719b2
@@ -1065,7 +1065,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable {
|
||||
*/
|
||||
public GraphTextWriter appendCommands(GraphTargetItem prevLineItem, GraphTextWriter writer, LocalData localData, List<GraphTargetItem> commands, boolean asBlock) throws InterruptedException {
|
||||
|
||||
//This may be useful in the future, but we must handle obfuscated SWFs where there is only one debugline instruction on the beggining.
|
||||
//This may be useful in the future, but we must handle obfuscated SWFs where there is only one debugline instruction on the beginning.
|
||||
final boolean useLineInfo = false;
|
||||
|
||||
int prevLine = prevLineItem == null ? 0 : prevLineItem.getLine();
|
||||
|
||||
Reference in New Issue
Block a user