aboutsummaryrefslogtreecommitdiff
path: root/mwe/audio/soloud
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-01 18:03:41 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-01 18:03:41 +0200
commitf8b2f9f3a2557313d37d53042dd36f0063f2ee61 (patch)
tree82eecbd4087983bed8eaf2ce3312e0e8b106149f /mwe/audio/soloud
parenta78f7bbfcdabad9550afe22f615b973b92cb074f (diff)
`make format`
Diffstat (limited to 'mwe/audio/soloud')
-rw-r--r--mwe/audio/soloud/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/mwe/audio/soloud/main.cpp b/mwe/audio/soloud/main.cpp
index 25ba003..50df0b7 100644
--- a/mwe/audio/soloud/main.cpp
+++ b/mwe/audio/soloud/main.cpp
@@ -38,8 +38,7 @@ int main() {
this_thread::sleep_for(500ms);
// play all samples simultaniously
- for (unsigned i = 0; i < 3; i++)
- soloud.play(sfx[i]);
+ for (unsigned i = 0; i < 3; i++) soloud.play(sfx[i]);
this_thread::sleep_for(1000ms);
// stop all audio and exit