mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-17 10:01:55 +00:00
text tag rendering fix
This commit is contained in:
@@ -835,6 +835,7 @@ public class SWFInputStream extends InputStream {
|
||||
* @param parallel
|
||||
* @param skipUnusualTags
|
||||
* @param parseTags
|
||||
* @param gfx
|
||||
* @return List of tags
|
||||
* @throws IOException
|
||||
* @throws java.lang.InterruptedException
|
||||
@@ -1241,6 +1242,7 @@ public class SWFInputStream extends InputStream {
|
||||
* @param resolve
|
||||
* @param parallel
|
||||
* @param skipUnusualTags
|
||||
* @param gfx
|
||||
* @return Tag or null when End tag
|
||||
* @throws IOException
|
||||
* @throws java.lang.InterruptedException
|
||||
|
||||
Reference in New Issue
Block a user