Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Diagnostics smoothing factor fix (#17354)
# Objective Diagnostics is reporting incorrect FPS and frame time. ## Solution Looks like the smoothing value should be `2 / (history_length + 1)` not `(history_length + 1) / 2`. Co-authored-by: François Mockers <[email protected]>
- Loading branch information