Also skip Ripples, a bit too cpu expensive

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-01-27 10:13:56 +01:00
parent 855bc448a0
commit 26bd1886ee
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
2 changed files with 1 additions and 3 deletions

View file

@ -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");