mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 11:18:22 -05:00
Only make an internalInitialize in OpenSpaceModule that accepts a ghoul::Dictionary
This commit is contained in:
@@ -119,16 +119,11 @@ std::string OpenSpaceModule::modulePath() const {
|
||||
);
|
||||
}
|
||||
|
||||
const ModuleEngine* OpenSpaceModule::moduleEngine() const
|
||||
{
|
||||
const ModuleEngine* OpenSpaceModule::moduleEngine() const {
|
||||
return _moduleEngine;
|
||||
}
|
||||
|
||||
void OpenSpaceModule::internalInitialize() {}
|
||||
|
||||
void OpenSpaceModule::internalInitialize(const ghoul::Dictionary&) {
|
||||
internalInitialize();
|
||||
}
|
||||
void OpenSpaceModule::internalInitialize(const ghoul::Dictionary&) {}
|
||||
|
||||
void OpenSpaceModule::internalDeinitialize() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user