aevyrie/bevy_framepace

Handle errors more gracefully in get_display_refresh_rate

Closed this issue · 0 comments

There are a number of unwraps here:

FramerateLimitParam::Auto => {

As far as I can tell, these could all just result in an early return instead, delaying the work if a monitor's frame rate could not be properly assessed.