Skip to content

Commit

Permalink
Demo app fix
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownJoe796 committed Jul 18, 2024
1 parent f46396c commit bc5b41c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ object AudioScreen : Screen {
text("Background sound")
}

backgroundAudio(Resources.audioTaunt) { backgroundSoundPlaying() }
backgroundAudio(Resources.audioTaunt, 0.1f) { backgroundSoundPlaying() }
}
}

Expand Down

0 comments on commit bc5b41c

Please sign in to comment.