Sapphire v 2.2.2: Added new module Tube Unit.

This commit is contained in:
Don Cross 2023-03-12 18:54:50 -04:00 committed by Filipe Coelho
parent 120d5e3c08
commit e2ed1e02d2
2 changed files with 2 additions and 1 deletions

View file

@ -2739,6 +2739,7 @@ static void initStatic__Sapphire()
{
p->addModel(modelElastika);
p->addModel(modelMoots);
p->addModel(modelTubeUnit);
}
}