-
Running the latest public beta build, we see the effect of commit 1bfb528 (#1507). This means that multisampling is disabled. I can't find a way to disable spout, so that multisampling is enabled. When building from source, you can choose to disable spout in the configurations settings. Is there a way to run the beta build with spout disabled? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
There is no way to DISable spout. It is ENabled when called by setting the spout property using the
|
Beta Was this translation helpful? Give feedback.
There is no way to DISable spout. It is ENabled when called by setting the spout property using the
--spout=sky
command line argument. IfqApp->property("spout").toString() == ""
does not provide true if spout is not set, this test must be changed. What is the value of
qApp->property("spout").toString()
?