Removed exitEvent from the UncivGameParameters, since Gdx.app.exit() does the same thing :)

This commit is contained in:
Yair Morgenstern
2020-11-04 00:09:11 +02:00
parent 315a55f972
commit 65524cb7dd
7 changed files with 3 additions and 20 deletions

View File

@ -33,7 +33,6 @@ class AndroidLauncher : AndroidApplication() {
val androidParameters = UncivGameParameters(
version = BuildConfig.VERSION_NAME,
crashReportSender = CrashReportSenderAndroid(this),
exitEvent = this::finish,
fontImplementation = NativeFontAndroid(ORIGINAL_FONT_SIZE.toInt()),
customSaveLocationHelper = customSaveLocationHelper
)