ppy / osu-framework

A game framework written with osu! in mind.
MIT License
1.67k stars 419 forks source link

Frame limiter should update when monitor refresh rate is adjusted #3372

Open Joppe27 opened 4 years ago

Joppe27 commented 4 years ago

When the refresh rate of the monitor is adjusted while osu is running, the frame limiter will not update without a restart. This is especially annoying on laptops that reduce the refresh rate of the screen when the battery is running low (why is this even a thing), it will cause a lot of screen tearing and forces you to stop playing and restart. This isn't that important but would be nice if this got added!

bdach commented 4 years ago

Going to go ahead and transfer this framework-side as FPS limiters are implemented there and it's something all consumers can take advantage of.