This commit is contained in:
2026-07-23 13:41:30 +08:00
parent fac7c86065
commit 3247a08684
6 changed files with 214 additions and 19 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ int main(int argc, char *argv[]) {
#endif
MainWidget w;
app.mMainWidget = &w;
YSG::startRenderScheduler();
w.show();
YSG::startAllRenderThread();
return QApplication::exec();
}