Also skip Ripples, a bit too cpu expensive
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
855bc448a0
commit
26bd1886ee
2 changed files with 1 additions and 3 deletions
|
@ -318,7 +318,6 @@ static void initStatic__AudibleInstruments()
|
|||
if (spl.ok())
|
||||
{
|
||||
p->addModel(modelPlaits);
|
||||
p->addModel(modelRipples);
|
||||
|
||||
spl.removeModule("Blinds");
|
||||
spl.removeModule("Braids");
|
||||
|
@ -330,6 +329,7 @@ static void initStatic__AudibleInstruments()
|
|||
spl.removeModule("Links");
|
||||
spl.removeModule("Marbles");
|
||||
spl.removeModule("Rings");
|
||||
spl.removeModule("Ripples");
|
||||
spl.removeModule("Shades");
|
||||
spl.removeModule("Shelves");
|
||||
spl.removeModule("Stages");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue