Update patches for 5.16.0-rc1

This commit is contained in:
a-bad-dev 2026-04-28 20:38:34 -03:00
commit 5d753f4197
3 changed files with 3 additions and 3 deletions

View file

@ -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);

View file

@ -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);

View file

@ -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);