添加是否运行的标致

This commit is contained in:
xsl
2025-11-12 15:05:31 +08:00
parent e23ccd75cd
commit 43b00c8446
3 changed files with 8 additions and 0 deletions
+1
View File
@@ -77,6 +77,7 @@ int main() {
FaceApp app;
app.SetInitArg(json_str.c_str());
app.initVulkan();
app._running = true;
app.mainLoop();
//try {
// app.mainLoop();