mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 13:01:01 +00:00
committed by
Jindra Petřík
parent
ae48ddbac4
commit
a50c4bbcdb
@@ -195,7 +195,7 @@ public class ActionGraph extends Graph {
|
||||
* @param allParts All parts
|
||||
*/
|
||||
@Override
|
||||
protected void afterPopupateAllParts(Set<GraphPart> allParts) {
|
||||
protected void afterPopulateAllParts(Set<GraphPart> allParts) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -662,7 +662,7 @@ public class Timeline {
|
||||
|
||||
createASPackages();
|
||||
if (timelined instanceof SWF) {
|
||||
// popuplate only for main timeline
|
||||
// populate only for main timeline
|
||||
populateSoundStreamBlocks(-1, timelined.getTags());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user