mirror of
https://github.com/niellun/FastCarPlay.git
synced 2026-06-07 09:38:25 +02:00
Optimise Android rendering
This commit is contained in:
@@ -68,7 +68,7 @@ public:
|
||||
return item;
|
||||
}
|
||||
|
||||
bool wait(atomic<bool> &waitFlag, int count = 0)
|
||||
bool wait(atomic<bool> &waitFlag, uint8_t count = 0)
|
||||
{
|
||||
unique_lock<std::mutex> lock(_mtx);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user