Merge remote-tracking branch 'nullworks/newui'

This commit is contained in:
TotallyNotElite 2018-08-02 21:59:58 +02:00
commit 42ca5b120d

View File

@ -302,7 +302,7 @@ float getLatency()
int getTicks()
{
return max(min(*latency / 15 + getTicks2() == 12 ? 12 : 0, 65), 12);
return max(min(*latency / 15 + getTicks2() == 24 ? 12 : 0, 65), 12);
}
int getTicks2()