mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-04 07:55:16 +00:00
AS3 preincrement fix
use same local register names fix
This commit is contained in:
@@ -450,7 +450,7 @@ public class DecompiledEditorPane extends LineMarkedEditorPane implements CaretL
|
||||
if (ch != null) {
|
||||
Highlighting th = Highlighting.searchPos(traitHighlights, pos);
|
||||
if (th != null) {
|
||||
currentTrait = abc.findTraitByTraitId((int) ch.getProperties().index, (int) th.getProperties().index);
|
||||
currentTrait = abc.findTraitByTraitId((int) ch.getProperties().index, (int) th.getProperties().index);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user