1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-25 16:31:42 +00:00

Nudges tick frequency up to match the other platforms.

This commit is contained in:
Thomas Harte 2020-12-10 21:02:13 -05:00
parent 4bf85abf30
commit fe4caf7a41

View File

@ -736,7 +736,7 @@ struct ActivityObserver: public Activity::Observer {
}
}
#define TICKS 600
#define TICKS 1000
- (void)start {
__block auto lastTime = Time::nanos_now();