mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-16 19:44:07 +00:00
spelling: populate
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
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());
|
||||
}
|
||||
|
||||
|
||||
@@ -882,7 +882,7 @@ public class Graph {
|
||||
*
|
||||
* @param allParts All parts
|
||||
*/
|
||||
protected void afterPopupateAllParts(Set<GraphPart> allParts) {
|
||||
protected void afterPopulateAllParts(Set<GraphPart> allParts) {
|
||||
|
||||
}
|
||||
|
||||
@@ -912,7 +912,7 @@ public class Graph {
|
||||
for (GraphPart head : heads) {
|
||||
populateParts(head, allParts);
|
||||
}
|
||||
afterPopupateAllParts(allParts);
|
||||
afterPopulateAllParts(allParts);
|
||||
if (debugPrintAllParts) {
|
||||
System.err.println("parts:");
|
||||
for (GraphPart p : allParts) {
|
||||
|
||||
Reference in New Issue
Block a user