mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 21:00:45 +00:00
Issue #304 Direct AS1/2 editing DefineFunction vs DefineFunction2 fix
merge
This commit is contained in:
@@ -27,7 +27,7 @@ import java.util.List;
|
||||
public class StopAllSoundsActionItem extends ActionItem {
|
||||
|
||||
@Override
|
||||
protected GraphTextWriter appendTo(GraphTextWriter writer, LocalData localData) {
|
||||
public GraphTextWriter appendTo(GraphTextWriter writer, LocalData localData) {
|
||||
return writer.append("stopAllSounds()");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user