mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 19:54:37 +00:00
player test fix
This commit is contained in:
@@ -489,7 +489,7 @@ public class FlashPlayerTest {
|
||||
|
||||
String ffdecExecuteResult;
|
||||
try {
|
||||
LocalDataArea lda = new LocalDataArea(new Stage());
|
||||
LocalDataArea lda = new LocalDataArea(new Stage(null));
|
||||
for (Action a : newActions) {
|
||||
if (!a.execute(lda)) {
|
||||
fail();
|
||||
|
||||
Reference in New Issue
Block a user