mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-03 08:25:56 +00:00
Fixed Sound not played on frames
This commit is contained in:
@@ -2266,7 +2266,7 @@ public final class ImagePanel extends JPanel implements MediaDisplay {
|
||||
}
|
||||
}
|
||||
|
||||
if (!shownAgain && !autoPlayed) {
|
||||
if (!shownAgain && autoPlayed) {
|
||||
List<Integer> sounds = new ArrayList<>();
|
||||
List<String> soundClasses = new ArrayList<>();
|
||||
List<SOUNDINFO> soundInfos = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user