alexozer / flitter

A LiveSplit-inspired speedrunning split timer for Linux/macOS terminal. Supports global hotkeys.
MIT License
132 stars 11 forks source link

Fix millisecond padding bug #23

Closed AlexMorson closed 4 years ago

AlexMorson commented 4 years ago

Milliseconds were being zero padded in the wrong direction, meaning that a time of eg. 24.017 would be displayed as 24.170 Fixes #21