mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-25 18:30:21 +00:00
Eliminates implicit update queue flush, as unnecessary.
This commit is contained in:
parent
f237dcf904
commit
b215cf83d5
@ -39,9 +39,9 @@ struct UpdaterDelegate: public Concurrency::BestEffortUpdater::Delegate {
|
|||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)dealloc {
|
//- (void)dealloc {
|
||||||
_updater.flush();
|
// _updater.flush();
|
||||||
}
|
//}
|
||||||
|
|
||||||
- (void)update {
|
- (void)update {
|
||||||
_updater.update();
|
_updater.update();
|
||||||
|
Loading…
Reference in New Issue
Block a user