Skip to content

Commit

Permalink
quick kit save fix
Browse files Browse the repository at this point in the history
  • Loading branch information
psemiletov committed Sep 19, 2024
1 parent 5e61fab commit f0e51f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/PluginEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1619,7 +1619,7 @@ void CAudioProcessorEditor::save_quick_kit()
return;
}

if (audioProcessor.drumkit->kit_type != KIT_TYPE_DRUMLABOOH)
if (audioProcessor.drumkit->kit_type != KIT_TYPE_QDRUMLABOOH)
{
log ("WRONG DRUMKIT TYPE, YOU CAN SAVE QUICK KITS ONLY\n");
return;
Expand Down

0 comments on commit f0e51f7

Please sign in to comment.