mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-22 05:15:35 +00:00
dump view: basic hex view (should be changed to a real hex view component)
This commit is contained in:
@@ -1526,7 +1526,7 @@ public final class SWF implements TreeItem, Timelined {
|
||||
final Color fbackgroundColor=backgroundColor;
|
||||
final Iterator<BufferedImage> frameImages = new Iterator<BufferedImage>() {
|
||||
|
||||
private int pos=0;
|
||||
private final int pos=0;
|
||||
|
||||
@Override
|
||||
public boolean hasNext() {
|
||||
|
||||
Reference in New Issue
Block a user