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:
parent
4bf85abf30
commit
fe4caf7a41
@ -736,7 +736,7 @@ struct ActivityObserver: public Activity::Observer {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#define TICKS 600
|
#define TICKS 1000
|
||||||
|
|
||||||
- (void)start {
|
- (void)start {
|
||||||
__block auto lastTime = Time::nanos_now();
|
__block auto lastTime = Time::nanos_now();
|
||||||
|
Loading…
Reference in New Issue
Block a user