Switch VT renderer pacing logic to be enabled by the frame pacing checkbox
This commit is contained in:
parent
2715367411
commit
8ff9d8123d
1 changed files with 1 additions and 1 deletions
|
|
@ -444,7 +444,7 @@ public:
|
|||
return false;
|
||||
}
|
||||
|
||||
if (params->enableVsync) {
|
||||
if (params->enableFramePacing) {
|
||||
if (!initializeVsyncCallback(&info)) {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue