mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-07 23:25:00 +00:00
Nudges tick frequency up to match the other platforms.
This commit is contained in:
@@ -736,7 +736,7 @@ struct ActivityObserver: public Activity::Observer {
|
||||
}
|
||||
}
|
||||
|
||||
#define TICKS 600
|
||||
#define TICKS 1000
|
||||
|
||||
- (void)start {
|
||||
__block auto lastTime = Time::nanos_now();
|
||||
|
Reference in New Issue
Block a user