Skip to content
Snippets Groups Projects
Commit e631725c authored by Nick's avatar Nick :v:
Browse files

jni: Fix one more race condition

parent 6b30e6af
No related branches found
No related tags found
No related merge requests found
......@@ -99,8 +99,8 @@ void AndroidDesktop::setCursor(uint32_t width, uint32_t height, int hotX, int ho
cur_buffer = buftmp;
memcpy(buftmp, buffer, len);
cur_hotX = hotX; cur_hotY = hotY;
notify();
cursorChanged = true;
notify();
}
void AndroidDesktop::processCursor() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment