mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 20:04:37 +00:00
Do not print sampleCount and seekSamples.
This commit is contained in:
@@ -5036,7 +5036,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
showDetail(DETAILCARDEMPTYPANEL);
|
||||
}
|
||||
|
||||
if (treeItem instanceof SoundStreamBlockTag) {
|
||||
/*if (treeItem instanceof SoundStreamBlockTag) {
|
||||
SoundStreamBlockTag block = (SoundStreamBlockTag)treeItem;
|
||||
byte[] data = block.streamSoundData.getRangeData();
|
||||
try{
|
||||
@@ -5049,7 +5049,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
}catch(Exception ex){
|
||||
|
||||
}
|
||||
}
|
||||
}*/
|
||||
if (treeItem instanceof HeaderItem) {
|
||||
headerPanel.load((SWF) ((HeaderItem) treeItem).getOpenable());
|
||||
showCard(CARDHEADER);
|
||||
|
||||
Reference in New Issue
Block a user