mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-27 05:44:51 +00:00
#844 lowercase/uppercase convertion in DefineTexts
This commit is contained in:
@@ -522,7 +522,7 @@ public final class SWF implements SWFContainerItem, Timelined {
|
||||
if (characters.containsKey(characterId)) {
|
||||
logger.log(Level.SEVERE, "SWF already contains characterId={0}", characterId);
|
||||
}
|
||||
|
||||
|
||||
if (characterId != 0) {
|
||||
characters.put(characterId, (CharacterTag) t);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user