DatBear / Guardians-of-the-Rift-Helper

Shows info about the Guardians of the Rift minigame
BSD 2-Clause "Simplified" License
7 stars 26 forks source link

Fix leading zeroes in points potential #25

Closed christianlegge closed 2 years ago

christianlegge commented 2 years ago

Currently if you have less than 10 points over a multiple of 100, the potential points will render incorrectly due to lack of leading zeroes. For example if you have 208 elemental points in your current game and 14 saved, your potential points will render as 16.8 instead of the correct 16.08. Fixed with a format string.