Backends: SDL2,SDL3: Accept SDL_GetPerformanceCounter() not returning a monotonically increasing value. (#6189, #6114, #3644)

This commit is contained in:
Adam Kewley
2023-02-23 13:06:07 +01:00
committed by ocornut
parent e9743d85dd
commit 2496b973f9
3 changed files with 10 additions and 0 deletions

View File

@ -53,6 +53,8 @@ Other changes:
avoid inteferences. (#5817, #6183) [@DimaKoltun]
- Backends: Win32: Use WM_NCMOUSEMOVE / WM_NCMOUSELEAVE to track mouse positions over
non-client area (e.g. OS decorations) when app is not focused. (#6045, #6162)
- Backends: SDL2, SDL3: Accept SDL_GetPerformanceCounter() not returning a monotonically
increasing value. (#6189, #6114, #3644) [@adamkewley]
-----------------------------------------------------------------------