Optimise Android rendering

This commit is contained in:
Niellun
2025-06-02 04:21:16 +03:00
parent 907247467d
commit cdc68e4191
13 changed files with 137 additions and 260 deletions
+1 -1
View File
@@ -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);