I have some numbers that I'm reading from an orientation sensor (pitch) I'd like to display and those numbers should always be rounded to a single digit after the decimal point.
whenever the global "smoothedPitch" ends with .0, my text "Label_Pitch" drops the .0 and i just get an integer with no decimal point or trailing zero.
I'm now using the following blocks to resolve this, but just wondering if there's a simpler way of achieving the same result to always ensure there's a single digit after the decimal point?