Parcourir la source

not calling exit(retval) when main ends

fysx il y a 11 ans
Parent
commit
6b1fae429b
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  1. 0 4
      jni/love/src/love.cpp

+ 0 - 4
jni/love/src/love.cpp

@@ -252,10 +252,6 @@ int main(int argc, char **argv)
 #endif // LOVE_LEGENDARY_UTF8_ARGV_HACK || LOVE_LEGENDARY_APP_ARGV_HACK
 	SDL_Quit();
 
-#ifdef LOVE_ANDROID
-	exit(retval);
-#endif
-
 	return retval;
 }