初步重构

This commit is contained in:
2026-07-23 17:06:07 +08:00
parent 4d4b7f5599
commit 4530cd3fbe
15 changed files with 187 additions and 187 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ int main(int argc, char *argv[]) {
#endif
MainWidget w;
app.mMainWidget = &w;
YSG::startRenderScheduler();
YSG::start_render_scheduler();
w.show();
return QApplication::exec();
}