Skip to content

Commit 1213ef9

Browse files
committed
Update scratchcpp-render to latest master
1 parent e426142 commit 1213ef9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/app/app.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include <QQuickStyle>
66
#include <QIcon>
77
#include <cassert>
8+
#include <scratchcpp-render/scratchcpp-render.h>
89

910
#include "app.h"
1011
#include "globalmodule.h"
@@ -21,7 +22,8 @@ App::App()
2122

2223
int App::run(int argc, char **argv)
2324
{
24-
qputenv("QSG_RENDER_LOOP", "basic");
25+
// Init scratchcpp-render
26+
scratchcpprender::init();
2527

2628
// Set up application object
2729
QApplication app(argc, argv);

0 commit comments

Comments
 (0)