diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-06 12:55:10 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-06 12:55:10 +0200 |
commit | b649adda67ed52c2e3bdcd5aa2cb4b9b0954cf16 (patch) | |
tree | e8be67b24a30c4321c6bbf458cf0f128c207f187 /mwe/audio/soloud/main.cpp | |
parent | 765550bce8a81c6f0c79c0083b14ef68e0c900b2 (diff) | |
parent | f8b2f9f3a2557313d37d53042dd36f0063f2ee61 (diff) |
merge master into loek/scripts
Diffstat (limited to 'mwe/audio/soloud/main.cpp')
-rw-r--r-- | mwe/audio/soloud/main.cpp | 3 |
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 |