From ad9c857513f5aeea88ee5793b2fff8a203f94ec0 Mon Sep 17 00:00:00 2001 From: Paul Fd Date: Thu, 18 Jan 2024 23:22:10 +0100 Subject: [PATCH] Fix a fallthrough? --- src/sfizz/Synth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sfizz/Synth.cpp b/src/sfizz/Synth.cpp index a484cb0c..162a0bc7 100644 --- a/src/sfizz/Synth.cpp +++ b/src/sfizz/Synth.cpp @@ -442,7 +442,7 @@ void Synth::Impl::handleControlOpcodes(const std::vector& members) { FilePool& filePool = resources_.getFilePool(); filePool.setRamLoading(member.read(Default::ramBased)); - } + } break; case hash("hint_stealing"): switch(hash(member.value)) { case hash("first"):