quantumarun / Demos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timer app - added milli seconds calculates wrong value

michaelglucz opened this issue · comments

Milli seconds display and count was added, but it is divided by 60, that is, milliseconds increments seconds when they reach 59 then reset to 0.

Milliseconds are decimal and should count to 99. The result is the timer runs fast as it is set.