Skip to content

Commit

Permalink
Fix a fallthrough?
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfd committed Jan 27, 2024
1 parent df0806f commit ad9c857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sfizz/Synth.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ void Synth::Impl::handleControlOpcodes(const std::vector<Opcode>& members)
{
FilePool& filePool = resources_.getFilePool();
filePool.setRamLoading(member.read(Default::ramBased));
}
} break;
case hash("hint_stealing"):
switch(hash(member.value)) {
case hash("first"):
Expand Down

0 comments on commit ad9c857

Please sign in to comment.