1
0

Minor changes update gradle

This commit is contained in:
mckaygerhard 2024-06-02 05:10:09 -04:00
parent 8d4b921749
commit 6b22510752
3 changed files with 2 additions and 3 deletions

View File

@ -16,7 +16,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.2'
classpath 'com.android.tools.build:gradle:8.2.1'
//noinspection GradleDependency
classpath 'de.undercouch:gradle-download-task:4.1.2'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10'

View File

@ -194,7 +194,6 @@ bool MyEventReceiver::OnEvent(const SEvent &event)
#ifdef __IOS__
} else if (event.EventType == irr::EET_APPLICATION_EVENT) {
int AppEvent = event.ApplicationEvent.EventType;
ioswrap_events(AppEvent);
if (AppEvent == irr::EAET_WILL_PAUSE)
external_pause_game();
return true;

View File

@ -612,7 +612,7 @@ void set_default_settings()
} else {
// high settings
settings->setDefault("client_mapblock_limit", "500");
settings->setDefault("viewing_range", "125");
settings->setDefault("viewing_range", "120");
settings->setDefault("active_object_send_range_blocks", "4");
settings->setDefault("max_block_generate_distance", "5");