mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 16:14:35 +02:00
Add degrees symbol to rotation degrees text
This commit is contained in:
parent
a0d9e92c64
commit
dc2cb93cce
1 changed files with 1 additions and 1 deletions
|
@ -1692,7 +1692,7 @@ SelectionDisplay = (function () {
|
||||||
y: innerRadius * ROTATION_DISPLAY_SIZE_Y_MULTIPLIER
|
y: innerRadius * ROTATION_DISPLAY_SIZE_Y_MULTIPLIER
|
||||||
},
|
},
|
||||||
lineHeight: innerRadius * ROTATION_DISPLAY_LINE_HEIGHT_MULTIPLIER,
|
lineHeight: innerRadius * ROTATION_DISPLAY_LINE_HEIGHT_MULTIPLIER,
|
||||||
text: normalizeDegrees(angleFromZero),
|
text: normalizeDegrees(angleFromZero) + "°",
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue