1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-19 08:27:40 +00:00

atari-vector: fixed music.c

ui: fixed auto-play
This commit is contained in:
Steven Hugg
2023-04-24 12:20:13 -05:00
parent b707c5bf09
commit f30850fdf1
2 changed files with 109 additions and 0 deletions
File diff suppressed because one or more lines are too long
+1
View File
@@ -2240,6 +2240,7 @@ function showInstructions() {
if (platform.isRunning()) {
div.fadeIn(200);
// toggle sound for browser autoplay
platform.pause();
platform.resume();
}
});