Fixed Sound not played on frames

This commit is contained in:
Jindra Petřík
2022-11-13 17:26:32 +01:00
parent abfe92af5a
commit 55f6e6bf65
2 changed files with 2 additions and 1 deletions

View File

@@ -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<>();