mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-23 00:25:30 +00:00
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;
|
||||
@@ -56,7 +57,7 @@ public class ActionScript2CompilerTest extends ActionScript2TestBase {
|
||||
SWF swf = new SWF();
|
||||
ASMSource asm = new DoActionTag(swf);
|
||||
|
||||
|
||||
ActionScript2Parser par = new ActionScript2Parser(swf);
|
||||
try {
|
||||
asm.setActions(par.actionsFromString(sourceAsToCompile));
|
||||
} catch (ActionParseException | CompilationException ex) {
|
||||
|
||||
Reference in New Issue
Block a user