Skip to content

Commit 406c765

Browse files
committed
Merge branch 'main' into feature/wstd-drums
2 parents 84ef94e + 088953a commit 406c765

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

plugins/plugins.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2594,6 +2594,7 @@ static void initStatic__kocmoc()
25942594
p->addModel(modelTRG);
25952595
p->addModel(modelLADR);
25962596
p->addModel(modeluLADR);
2597+
p->addModel(modelDIOD);
25972598
p->addModel(modelOP);
25982599
p->addModel(modelPHASR);
25992600
p->addModel(modelMUL);

src/custom/dep.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ static const struct {
270270
{ kModeLittleUtils, "/LittleUtils/res/TeleportOut.svg", {}, -1 },
271271
// GPL-3.0-or-later
272272
{ kModeKocmoc, "/kocmoc/res/DDLY.svg", {}, -1 },
273+
{ kModeKocmoc, "/kocmoc/res/DIOD.svg", {}, -1 },
273274
{ kModeKocmoc, "/kocmoc/res/LADR.svg", {}, -1 },
274275
{ kModeKocmoc, "/kocmoc/res/uLADR.svg", {}, -1 },
275276
{ kModeKocmoc, "/kocmoc/res/MUL.svg", {}, -1 },

0 commit comments

Comments
 (0)