Misc: io.Framerate moving average now converge in 60 frames instead of 120. (#5236, #4138)

This commit is contained in:
ocornut
2022-07-01 17:06:56 +02:00
parent 67410d53f7
commit 467a1cd4a5
3 changed files with 3 additions and 2 deletions

View File

@ -41,6 +41,7 @@ Other Changes:
- InputText: added experimental io.ConfigInputTextEnterKeepActive feature to make pressing
Enter keep the input active and select all text.
- Misc: io.Framerate moving average now converge in 60 frames instead of 120. (#5236, #4138)
- Backends: Metal: Use __bridge for ARC based systems. (#5403) [@stack]
- Backends: OSX: Fixes to support full app creation in C++. (#5403) [@stack]