mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-04 18:11:01 -05:00
Change name from SpeckLabels to LabelsComponent
This commit is contained in:
@@ -85,7 +85,7 @@ namespace {
|
||||
|
||||
// [[codegen::verbatim(LabelsInfo.description)]]
|
||||
std::optional<ghoul::Dictionary> labels
|
||||
[[codegen::reference("space_specklabels")]];
|
||||
[[codegen::reference("space_labelscomponent")]];
|
||||
};
|
||||
#include "renderableconstellationsbase_codegen.cpp"
|
||||
} // namespace
|
||||
@@ -122,7 +122,7 @@ RenderableConstellationsBase::RenderableConstellationsBase(const ghoul::Dictiona
|
||||
_drawLabels = p.drawLabels.value_or(_drawLabels);
|
||||
addProperty(_drawLabels);
|
||||
|
||||
_labels = std::make_unique<speck::SpeckLabels>(*p.labels);
|
||||
_labels = std::make_unique<speck::LabelsComponent>(*p.labels);
|
||||
_hasLabels = true;
|
||||
addPropertySubOwner(_labels.get());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user