Merge pull request #690 from cosinekitty/sapphire_v2.4.8
Update Sapphire plugin from v2.4.4 to v2.4.8.
This commit is contained in:
commit
6bb87fd552
2 changed files with 15 additions and 12 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 0bcc1f4a48a7a7d59013f5f4a12574f7453a5edf
|
||||
Subproject commit 5232180a0e1be52cb87dedc5c7637684cbf9bd23
|
|
@ -3074,17 +3074,20 @@ static void initStatic__Sapphire()
|
|||
const StaticPluginLoader spl(p, "Sapphire");
|
||||
if (spl.ok())
|
||||
{
|
||||
p->addModel(modelElastika);
|
||||
p->addModel(modelFrolic);
|
||||
p->addModel(modelGlee);
|
||||
p->addModel(modelHiss);
|
||||
p->addModel(modelMoots);
|
||||
p->addModel(modelNucleus);
|
||||
p->addModel(modelPolynucleus);
|
||||
p->addModel(modelTin);
|
||||
p->addModel(modelTout);
|
||||
p->addModel(modelTricorder);
|
||||
p->addModel(modelTubeUnit);
|
||||
p->addModel(modelSapphireElastika);
|
||||
p->addModel(modelSapphireFrolic);
|
||||
p->addModel(modelSapphireGalaxy);
|
||||
p->addModel(modelSapphireGlee);
|
||||
p->addModel(modelSapphireHiss);
|
||||
p->addModel(modelSapphireMoots);
|
||||
p->addModel(modelSapphireNucleus);
|
||||
p->addModel(modelSapphirePivot);
|
||||
p->addModel(modelSapphirePolynucleus);
|
||||
p->addModel(modelSapphireRotini);
|
||||
p->addModel(modelSapphireTin);
|
||||
p->addModel(modelSapphireTout);
|
||||
p->addModel(modelSapphireTricorder);
|
||||
p->addModel(modelSapphireTubeUnit);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue