RobertBeckebans / RBDOOM-3-BFG

Doom 3 BFG Edition source port with updated DX12 / Vulkan renderer and modern game engine features
https://www.moddb.com/mods/rbdoom-3-bfg
GNU General Public License v3.0
1.38k stars 251 forks source link

Fix timers for F12 screenshots and align SDL monitor refresh rates #745

Closed SRSaunders closed 1 year ago

SRSaunders commented 1 year ago

This fixes the underlying issue with timers and F12 screenshots. No need to hide certain timers on screenshot capture. (Sorry I was unaware this was an issue or I would have looked at it sooner).

Also aligns SDL monitor refresh rates with Windows (i.e. adds 144, 165, and 240 Hz for SDL).

RobertBeckebans commented 1 year ago

Thank you this is much better :)