mirror of
https://github.com/a-bad-dev/luanti-no-place-rep-limit.git
synced 2026-06-13 09:56:06 +00:00
Update patches for 5.16.0-rc1
This commit is contained in:
parent
cd5d4b9383
commit
5d753f4197
3 changed files with 3 additions and 3 deletions
|
|
@ -64,7 +64,7 @@ rm sdl2.zip
|
||||||
|
|
||||||
# create patch files
|
# create patch files
|
||||||
cat > patch-1.patch <<'EOF'
|
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.16f, 2.0f);
|
||||||
---
|
---
|
||||||
> m_repeat_place_time = g_settings->getFloat("repeat_place_time", 0.001f, 2.0f);
|
> m_repeat_place_time = g_settings->getFloat("repeat_place_time", 0.001f, 2.0f);
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ cd luanti-${VERSION}/
|
||||||
|
|
||||||
# create and apply patches
|
# create and apply patches
|
||||||
cat > patch-1.patch <<'EOF'
|
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.16f, 2.0f);
|
||||||
---
|
---
|
||||||
> m_repeat_place_time = g_settings->getFloat("repeat_place_time", 0.001f, 2.0f);
|
> m_repeat_place_time = g_settings->getFloat("repeat_place_time", 0.001f, 2.0f);
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@ rm sdl2.zip
|
||||||
|
|
||||||
# create patch files
|
# create patch files
|
||||||
cat > patch-1.patch <<'EOF'
|
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.16f, 2.0f);
|
||||||
---
|
---
|
||||||
> m_repeat_place_time = g_settings->getFloat("repeat_place_time", 0.001f, 2.0f);
|
> m_repeat_place_time = g_settings->getFloat("repeat_place_time", 0.001f, 2.0f);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue