save code
This commit is contained in:
+2
-1
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user