Fix touchid assertion faliure on emscripten

This commit is contained in:
Cyao 2024-05-23 18:05:57 +02:00 committed by Sam Lantinga
parent 66fbbdf46a
commit 4022682c28
1 changed files with 1 additions and 1 deletions

View File

@ -762,7 +762,7 @@ static EM_BOOL Emscripten_HandleTouch(int eventType, const EmscriptenTouchEvent
continue;
}
id = touchEvent->touches[i].identifier;
id = touchEvent->touches[i].identifier + 1;
if (client_w <= 1) {
x = 0.5f;
} else {