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