save code

This commit is contained in:
xsl
2025-12-24 21:01:14 +08:00
parent f5b2d490c0
commit 6ef6e012bd
6 changed files with 53 additions and 8 deletions
+2 -1
View File
@@ -179,7 +179,8 @@ int main() {
//threadRun = true;
//std::thread t(threadFunction);
app.mainLoop();
app._sceondInited = false;
app.cleanupSecondInit();
//threadRun = false;
//t.join();
//try {