diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-05 14:16:57 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-05 14:16:57 +0200 |
commit | f4bb6d57cc88a7e25b3a5f43faafa49a7f500b7c (patch) | |
tree | be9be8157c10599f572d20113795dc14c620a292 /src/crepe | |
parent | 65eda52aa51017f6f7aad158c4f8b6e91054cf0d (diff) |
restructure unit tests and dummies
Diffstat (limited to 'src/crepe')
-rw-r--r-- | src/crepe/Sound.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crepe/Sound.cpp b/src/crepe/Sound.cpp index e1150ac..1758282 100644 --- a/src/crepe/Sound.cpp +++ b/src/crepe/Sound.cpp @@ -58,3 +58,4 @@ void Sound::set_looping(bool looping) { if (!ctx.engine.isValidVoiceHandle(this->handle)) return; ctx.engine.setLooping(this->handle, this->looping); } + |