mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 06:40:46 +00:00
committed by
Jindra Petřík
parent
d65d0db0b4
commit
72ef722ca9
@@ -5266,7 +5266,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable {
|
||||
public void sortCharacterIds() {
|
||||
int maxId = Math.max(tags.size(), getNextCharacterId());
|
||||
int id = maxId;
|
||||
// first set the chatacter ids to surely not used ids
|
||||
// first set the character ids to surely not used ids
|
||||
for (Tag tag : getTags()) {
|
||||
if (tag instanceof CharacterTag) {
|
||||
CharacterTag characterTag = (CharacterTag) tag;
|
||||
|
||||
Reference in New Issue
Block a user