We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f2376 commit 6c61a94Copy full SHA for 6c61a94
src/video/wayland/SDL_waylandevents.c
@@ -221,7 +221,6 @@ static Uint64 Wayland_EventTimestampMSToNS(Uint32 wl_timestamp_ms)
221
timestamp_offset += SDL_MS_TO_NS(SDL_UINT64_C(0x100000000));
222
}
223
last = wl_timestamp_ms;
224
- wl_timestamp_ms += timestamp_offset;
225
226
return SDL_MS_TO_NS(wl_timestamp_ms) + timestamp_offset;
227
0 commit comments