AS3 parser stub improved

This commit is contained in:
Jindra Pet��k
2014-03-22 14:31:48 +01:00
parent a8e30c005f
commit 0c97e3dc30
66 changed files with 2956 additions and 2192 deletions
@@ -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++) {