Skip to content

Commit

Permalink
Update audio.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benpollarduk authored Feb 18, 2024
1 parent 194eef4 commit 7b5f1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mkdocs/docs/audio.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ used to play *sfxWoosh*.
next { audio sfx sfxWoosh }
```

In this case *sfxWoosh** is a **ResourceSoundEffect**, but a **FileSoundEffect** could also be used.
In this case *sfxWoosh* is a **ResourceSoundEffect**, but a **FileSoundEffect** could also be used.

```kotlin
val sfxWoosh = soundEffectFromResource("shuttleLaunch/audio/woosh.wav")
Expand Down

0 comments on commit 7b5f1c3

Please sign in to comment.