Skip to content

Commit

Permalink
MOiRE jump fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-bouffier committed Dec 4, 2017
1 parent 93eaa38 commit c264ed1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MOIRE.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,13 @@ struct MOIRECKD6 : CKD6 {
parent->morphButton->setValue(10);
for (int i = 0; i<16; i++){
parent->controls[i]->setValue(module->scenes[module->targetScene][i]);
module->controlFocused[i] = false;
}
} else if (this->paramId == MOIRE::NADA_PARAM) {
parent->morphButton->setValue(0);
for (int i = 0; i<16; i++){
parent->controls[i]->setValue(module->scenes[module->currentScene][i]);
module->controlFocused[i] = false;
}
}
else if (this->paramId == MOIRE::SAVE_PARAM) {
Expand Down

0 comments on commit c264ed1

Please sign in to comment.