jump to resources view from hex view

This commit is contained in:
2016-08-01 16:53:54 +02:00
parent 234ed1c915
commit 5107a644cc
63 changed files with 23142 additions and 22930 deletions
@@ -1691,7 +1691,7 @@ public class XFLConverter {
}
}
byte imageBytes[] = Helper.readStream(imageTag.getImageData());
byte[] imageBytes = Helper.readStream(imageTag.getImageData());
SerializableImage image = imageTag.getImageCached();
ImageFormat format = imageTag.getImageFormat();
String symbolFile = "bitmap" + symbol.getCharacterId() + imageTag.getImageFormat().getExtension();