mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-03 09:20:26 -05:00
Rename RenderableLabels to RenderableLabel
* Since it only creates one label and not several
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user