We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 230c53d commit 3858f42Copy full SHA for 3858f42
1 file changed
README.md
@@ -114,6 +114,13 @@ Button {
114
}
115
```
116
117
+Please note that the ScratchCPP renderer only works with the basic scene graph render loop.
118
+Qt 6 uses the threaded render loop by default, so you'll have to disable it by calling this
119
+before constructing your application object:
120
+```cpp
121
+qputenv("QSG_RENDER_LOOP", "basic");
122
+```
123
+
124
<p align="right">(<a href="#readme-top">back to top</a>)</p>
125
126
0 commit comments