jukibom / FlyDangerous

A love letter to the Elite Dangerous racing community ❤
https://store.steampowered.com/app/1781750/Fly_Dangerous/
GNU General Public License v3.0
273 stars 24 forks source link

Primary timer at top of screen should really only show to two decimal places #223

Closed jukibom closed 1 year ago

jukibom commented 1 year ago

Minor UX thing I noticed, the physics system ticks at 0.02ms which means the third decimal place is redundant as it always shows zero.

Note that this only applies to the primary timer at the top of the screen as individual checkpoints DO calculate an estimation of actual milliseconds based on distance and velocity at time of projected collision via box cast.