Commit 9d6c5c2c authored by noname's avatar noname

reset code

parent 3f7bc660
......@@ -46,9 +46,9 @@ int main(int argc, char* argv[]) {
#endif
evthread_use_pthreads();
auto game = new ygo::Game;
if(ygo::mainGame != nullptr){
delete ygo::mainGame;
}
// if(ygo::mainGame != nullptr){
// delete ygo::mainGame;
// }
ygo::mainGame = game;
#ifdef _IRR_ANDROID_PLATFORM_
android::InitOptions *options = android::getInitOptions(app);
......
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