mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-22 04:49:12 -06:00
General pass for coding style
This commit is contained in:
@@ -92,7 +92,7 @@ std::unique_ptr<LightSource> LightSource::createFromDictionary(
|
||||
|
||||
auto factory = FactoryManager::ref().factory<LightSource>();
|
||||
LightSource* source = factory->create(timeFrameType, dictionary);
|
||||
|
||||
|
||||
const std::string identifier = dictionary.value<std::string>(KeyIdentifier);
|
||||
source->setIdentifier(identifier);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user