Fix rebasing failure
This commit is contained in:
parent
460ca2729a
commit
ea08ae0929
1 changed files with 1 additions and 0 deletions
|
@ -367,6 +367,7 @@ void CompositingPrefs::applyDriverSpecificOptions()
|
||||||
mStrictBinding = !gl->supports( LooseBinding );
|
mStrictBinding = !gl->supports( LooseBinding );
|
||||||
if ( gl->driver() == Driver_Intel )
|
if ( gl->driver() == Driver_Intel )
|
||||||
mEnableVSync = false;
|
mEnableVSync = false;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue