Skip to content

Commit

Permalink
fix missing guard error in last commit, issue #114
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcBoule committed Oct 6, 2024
1 parent a5a0118 commit 912ace1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PatchSet/PatchMaster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2158,8 +2158,8 @@ struct PatchMasterWidget : ModuleWidget {
module->paramQuantities[PatchMaster::TILE_PARAMS + t]->defaultValue = 0.0f;
module->params[PatchMaster::TILE_PARAMS + t].setValue((module->params[PatchMaster::TILE_PARAMS + t].getValue() >= 0.5f && !newIsMoment) ? 1.0f : 0.0f);
(static_cast<PmCtrlLightWidget*>(tileControllerLights[t]))->highlightColor = &(module->tileSettings.settings[t].cc4[0]);
module->radioTriggers[t].reset();
}
module->radioTriggers[t].reset();
}
else if (isCtlrAKnob(ti)) {
if (tsize == TS_LARGE) {
Expand Down

0 comments on commit 912ace1

Please sign in to comment.