Fix autism

This commit is contained in:
LightCat 2018-08-03 21:12:18 +02:00
parent 7125e94f49
commit 54ed1018de

View File

@ -309,6 +309,6 @@ int getTicks2()
{ {
// Removed for now // Removed for now
//return (*latency > 800 || *latency < 200) ? 12 : 24; //return (*latency > 800 || *latency < 200) ? 12 : 24;
12; return 12;
} }
} }