Skip to content

Commit 60e7761

Browse files
committed
Disable threaded render loop
1 parent 23502b7 commit 60e7761

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
int main(int argc, char *argv[])
99
{
10+
qputenv("QSG_RENDER_LOOP", "basic");
11+
1012
QGuiApplication app(argc, argv);
1113
QQuickStyle::setStyle("Material");
1214
QIcon::setThemeName("scratchcpp");

0 commit comments

Comments
 (0)