mirror of
https://github.com/godotengine/godot.git
synced 2024-11-12 23:24:26 +00:00
6914d7c6e0
Frame deltas are currently measured by querying the OS timer each frame. This is subject to random error. Frame delta smoothing instead filters the delta read from the OS by replacing it with the refresh rate delta wherever possible. This PR also contains code to estimate the refresh rate based on the input deltas, without reading the refresh rate from the host OS. |
||
---|---|---|
.. | ||
core_bind.cpp | ||
core_bind.h | ||
SCsub |