mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-28 13:57:17 +00:00
xml import fixes
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library.
|
||||
* License along with this library.
|
||||
*/
|
||||
package com.jpexs.decompiler.flash;
|
||||
|
||||
import com.jpexs.decompiler.flash.action.Action;
|
||||
@@ -2361,7 +2362,7 @@ public class SWFInputStream implements AutoCloseable {
|
||||
*/
|
||||
public BUTTONCONDACTION readBUTTONCONDACTION(SWF swf, Tag tag, String name) throws IOException {
|
||||
newDumpLevel(name, "BUTTONCONDACTION");
|
||||
newDumpLevel(name, "BUTTONCONDACTION");
|
||||
BUTTONCONDACTION ret = new BUTTONCONDACTION(swf, this, tag);
|
||||
//ret.actions = readActionList();
|
||||
endDumpLevel();
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user