mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 17:50:44 +00:00
AS3 parser stub improved
This commit is contained in:
@@ -102,7 +102,7 @@ public class TimelineBodyPanel extends JPanel implements MouseListener {
|
||||
if (end_d - start_d + 1 < 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
boolean keyfound[] = new boolean[end_d - start_d + 1];
|
||||
|
||||
for (int f = start_f; f <= end_f; f++) {
|
||||
|
||||
Reference in New Issue
Block a user