mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-21 07:33:14 +00:00
atari-vector: fixed music.c
ui: fixed auto-play
This commit is contained in:
parent
b707c5bf09
commit
f30850fdf1
108
presets/vector-ataricolor/music.c
Normal file
108
presets/vector-ataricolor/music.c
Normal file
File diff suppressed because one or more lines are too long
@ -2240,6 +2240,7 @@ function showInstructions() {
|
||||
if (platform.isRunning()) {
|
||||
div.fadeIn(200);
|
||||
// toggle sound for browser autoplay
|
||||
platform.pause();
|
||||
platform.resume();
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user