mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 10:50:47 +00:00
dump view: basic hex view (should be changed to a real hex view component)
This commit is contained in:
@@ -153,7 +153,7 @@ import java.util.List;
|
||||
*/
|
||||
public class ActionScriptParser {
|
||||
|
||||
private int swfVersion;
|
||||
private final int swfVersion;
|
||||
|
||||
public ActionScriptParser(int swfVersion) {
|
||||
this.swfVersion = swfVersion;
|
||||
|
||||
Reference in New Issue
Block a user