mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 04:58:59 -05:00
Provide a static member variable Name for all OpenSpaceModules
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
namespace openspace {
|
||||
|
||||
GalaxyModule::GalaxyModule() : OpenSpaceModule("Galaxy") {}
|
||||
GalaxyModule::GalaxyModule() : OpenSpaceModule(Name) {}
|
||||
|
||||
void GalaxyModule::internalInitialize() {
|
||||
auto fRenderable = FactoryManager::ref().factory<Renderable>();
|
||||
|
||||
Reference in New Issue
Block a user