Commit 09eb188d authored by noname's avatar noname

joinGame自动退出

parent b3483d52
...@@ -186,6 +186,7 @@ static void* join_game_thread(void* param) { ...@@ -186,6 +186,7 @@ static void* join_game_thread(void* param) {
ygo::mainGame->gMutex.unlock(); ygo::mainGame->gMutex.unlock();
return NULL; return NULL;
} }
exit_on_return = true;
irr::android::YGOGameOptions options = irr::android::YGOGameOptions(param); irr::android::YGOGameOptions options = irr::android::YGOGameOptions(param);
irr::SEvent event; irr::SEvent event;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment