You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am pretty sure someone mentioned this exact same issue in the past for 2.0.12, but I can't find it anymore... They proposed we either revert to 2.0.10 or upgrade to 2.0.14 too...
Regardless, you are more than welcome to create the relevant PR.
SDL2.0.12 currently used by the bundled feature is bugged.
Running a profiler on my code using this crate:
This
WIN_UpdateCursorClip
andSDL_POLL_EVENT
were super slow. I had this in my main game loop:I commented out event processing and it runs at normal speed.
Further investigated and stumbled upon this: https://stackoverflow.com/questions/58639564/why-is-sdl-pollevent-so-slow
Seems however it was fixed in 2.0.14: libsdl-org/SDL#3717
Hence, I propose the bundled feature should download SDL2.0.14
Point me to relevant code and I can open the PR myself if need be :)
The text was updated successfully, but these errors were encountered: