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
The variableRefreshRate control flag is misleadingly named, and is also hard-coded into App.cpp. We should decide whether to rename/add to an Any config file or remove.
The text was updated successfully, but these errors were encountered:
I would suggest we use the existing session configuration frameRate parameter to control this as well. If no frameRate is provided in the file (or this is set to 0) we could default to the window refresh rate (though I believe this may be the same as the unlockFramerate case currently, see issue #8).
The
variableRefreshRate
control flag is misleadingly named, and is also hard-coded into App.cpp. We should decide whether to rename/add to an Any config file or remove.The text was updated successfully, but these errors were encountered: