You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Hack: only check when monitor with top hz refreshes, saves a bit of resources.
186
186
// This is for stuff that should be run every frame
187
-
if (PMONITOR->ID == pMostHzMonitor->ID) {
187
+
if (PMONITOR->ID == pMostHzMonitor->ID || *VFRENABLED) {// unfortunately with VFR we don't have the guarantee mostHz is going to be updated all the time, so we have to ignore that
0 commit comments