From 5d753f41973385f58e90aa7b9e3d338cc06548a8 Mon Sep 17 00:00:00 2001 From: a-bad-dev <244852891+a-bad-dev@users.noreply.github.com> Date: Tue, 28 Apr 2026 20:38:34 -0300 Subject: [PATCH] Update patches for 5.16.0-rc1 --- build-aarch64.sh | 2 +- build-win64.sh | 2 +- build-x86_64.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build-aarch64.sh b/build-aarch64.sh index c6e649b..67547ed 100755 --- a/build-aarch64.sh +++ b/build-aarch64.sh @@ -64,7 +64,7 @@ rm sdl2.zip # create patch files cat > patch-1.patch <<'EOF' -3713c3713 +3753c3753 < m_repeat_place_time = g_settings->getFloat("repeat_place_time", 0.16f, 2.0f); --- > m_repeat_place_time = g_settings->getFloat("repeat_place_time", 0.001f, 2.0f); diff --git a/build-win64.sh b/build-win64.sh index 187970f..b03cb35 100755 --- a/build-win64.sh +++ b/build-win64.sh @@ -26,7 +26,7 @@ cd luanti-${VERSION}/ # create and apply patches cat > patch-1.patch <<'EOF' -3713c3713 +3753c3753 < m_repeat_place_time = g_settings->getFloat("repeat_place_time", 0.16f, 2.0f); --- > m_repeat_place_time = g_settings->getFloat("repeat_place_time", 0.001f, 2.0f); diff --git a/build-x86_64.sh b/build-x86_64.sh index 89cf3b9..cff68b5 100755 --- a/build-x86_64.sh +++ b/build-x86_64.sh @@ -64,7 +64,7 @@ rm sdl2.zip # create patch files cat > patch-1.patch <<'EOF' -3713c3713 +3753c3753 < m_repeat_place_time = g_settings->getFloat("repeat_place_time", 0.16f, 2.0f); --- > m_repeat_place_time = g_settings->getFloat("repeat_place_time", 0.001f, 2.0f);