Switch VT renderer pacing logic to be enabled by the frame pacing checkbox

This commit is contained in:
Cameron Gutman 2020-12-29 20:26:56 -06:00
parent 2715367411
commit 8ff9d8123d

View file

@ -444,7 +444,7 @@ public:
return false;
}
if (params->enableVsync) {
if (params->enableFramePacing) {
if (!initializeVsyncCallback(&info)) {
return false;
}