nvs / gem

Gem TD+: A Warcraft III Tower Defense
https://discord.gg/PxNNp77
26 stars 2 forks source link

Reduce clock update frequency #504

Closed nvs closed 4 years ago

nvs commented 4 years ago

Right now it updates 10 times a second. This is unnecessary, as absolute accuracy on this clock is not that important given the finish time is printed to the board. Plus, each update requires use of TimerStart, which contributes to the black screen.