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