Fix a typo
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
1233a34ff8
commit
90fd2f06cb
1 changed files with 1 additions and 1 deletions
|
@ -660,7 +660,7 @@ struct CarlaModuleWidget : ModuleWidget {
|
|||
addInput(createInput<PJ301MPort>({}, module, i));
|
||||
|
||||
for (uint i=0; i<CarlaModule::NUM_OUTPUTS; ++i)
|
||||
addOutput(createOutput<PJ301MPort>({}), module, i));
|
||||
addOutput(createOutput<PJ301MPort>({}, module, i));
|
||||
}
|
||||
};
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue