Skip to content

Commit

Permalink
Update LyraeModules
Browse files Browse the repository at this point in the history
  • Loading branch information
rl2939 authored and falkTX committed Dec 27, 2024
1 parent 7b46f11 commit f4ba879
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/LyraeModules
4 changes: 4 additions & 0 deletions plugins/plugins.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,8 @@ extern Model* modelDelta;
extern Model* modelVega;
extern Model* modelBD383238;
extern Model* modelZeta;
extern Model* modelSheliak;
extern Model* modelBeta;
#undef modelDelta

// Meander
Expand Down Expand Up @@ -2655,6 +2657,8 @@ static void initStatic__Lyrae()
p->addModel(modelVega);
p->addModel(modelBD383238);
p->addModel(modelZeta);
p->addModel(modelSheliak);
p->addModel(modelBeta);
#undef modelDelta
}
}
Expand Down

0 comments on commit f4ba879

Please sign in to comment.