I'm aware of the current rounding math expressions (round() and ceil()), which round to the whole number. How would I go about rounding to the nearest decimal, though? I'm wanting to do a stop-watch timer on the HUD with the total accumulated dt rounded to the nearest tenth of a second. I tried to create a second global variable to account for the fractions of a second, but that didn't work out...actually, it was worse. LOL
Any suggestions? Thank you!