save code

This commit is contained in:
xsl
2025-12-24 10:55:30 +08:00
parent 4c5a05ae21
commit f5b2d490c0
5 changed files with 81 additions and 63 deletions
+2 -1
View File
@@ -179,6 +179,7 @@ int main() {
//threadRun = true;
//std::thread t(threadFunction);
app.mainLoop();
app._sceondInited = false;
//threadRun = false;
//t.join();
//try {
@@ -194,7 +195,7 @@ int main() {
s_motions.motions.push_back(motions["11"]);
j = s_motions;
s = j.dump();
app.initVulkan();
app.preLoadMotionList(s, CppCallback2);
app.mainLoop();