Rename RenderableLabels to RenderableLabel

* Since it only creates one label and not several
This commit is contained in:
Malin E
2022-08-31 17:02:35 +02:00
parent 47b36e5036
commit 14347cfaba
6 changed files with 28 additions and 28 deletions
@@ -78,7 +78,7 @@ documentation::Documentation RenderableDistanceLabel::Documentation() {
}
RenderableDistanceLabel::RenderableDistanceLabel(const ghoul::Dictionary& dictionary)
: RenderableLabels(dictionary)
: RenderableLabel(dictionary)
, _nodelineId(NodeLineInfo)
, _distanceUnit(DistanceUnitInfo, 1, 0, 11)
, _customUnitDescriptor(CustomUnitDescriptorInfo)