mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-26 14:58:51 -06:00
style change
This commit is contained in:
@@ -107,7 +107,7 @@ RenderableDistanceLabel::RenderableDistanceLabel(const ghoul::Dictionary& dictio
|
||||
if (dictionary.hasKey(DistanceUnitInfo.identifier)) {
|
||||
_distanceUnit = static_cast<int>(
|
||||
dictionary.value<double>(DistanceUnitInfo.identifier)
|
||||
);
|
||||
);
|
||||
addProperty(_distanceUnit);
|
||||
}
|
||||
if (dictionary.hasKey(CustomUnitDescriptorInfo.identifier)) {
|
||||
|
||||
Reference in New Issue
Block a user