mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-08 12:30:00 -05:00
Only make an internalInitialize in OpenSpaceModule that accepts a ghoul::Dictionary
This commit is contained in:
@@ -35,7 +35,7 @@ namespace openspace {
|
||||
|
||||
FieldlinesModule::FieldlinesModule() : OpenSpaceModule(Name) {}
|
||||
|
||||
void FieldlinesModule::internalInitialize() {
|
||||
void FieldlinesModule::internalInitialize(const ghoul::Dictionary&) {
|
||||
auto fRenderable = FactoryManager::ref().factory<Renderable>();
|
||||
ghoul_assert(fRenderable, "No renderable factory existed");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user