mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-17 12:02:06 +00:00
not resolving unusualTags in DefineSprite for parallel speedup off too
improved AS3 deobfsucation
This commit is contained in:
@@ -40,7 +40,7 @@ public class NotItem extends UnaryOpItem implements LogicalOpItem, Inverted {
|
||||
|
||||
@Override
|
||||
public Object getResult() {
|
||||
return getResult(value.getResult());
|
||||
return !value.getResultAsBoolean();
|
||||
}
|
||||
|
||||
public static Boolean getResult(Object obj) {
|
||||
|
||||
Reference in New Issue
Block a user