mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
General code cleanup (#3445)
This commit is contained in:
@@ -219,9 +219,7 @@ RenderableTrail::RenderableTrail(const ghoul::Dictionary& dictionary)
|
||||
setRenderBin(RenderBin::Overlay);
|
||||
addProperty(Fadeable::_opacity);
|
||||
|
||||
_translation = Translation::createFromDictionary(
|
||||
dictionary.value<ghoul::Dictionary>("Translation")
|
||||
);
|
||||
_translation = Translation::createFromDictionary(p.translation);
|
||||
addPropertySubOwner(_translation.get());
|
||||
|
||||
_appearance.lineColor = p.color;
|
||||
|
||||
Reference in New Issue
Block a user