summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/test
diff options
context:
space:
mode:
authorJ10a1n15 <45315647+j10a1n15@users.noreply.github.com>2024-06-16 11:38:25 +0200
committerGitHub <noreply@github.com>2024-06-16 11:38:25 +0200
commit8a4bf42e75c5405a7cb096adf1135ce415fd0f5a (patch)
treeed07ee192f28ebd55e2cadf9909c6a52f379f88a /src/main/java/at/hannibal2/skyhanni/test
parent6365ecd0e0708adaf3a8c74dbfaec413d34c173b (diff)
downloadskyhanni-8a4bf42e75c5405a7cb096adf1135ce415fd0f5a.tar.gz
skyhanni-8a4bf42e75c5405a7cb096adf1135ce415fd0f5a.tar.bz2
skyhanni-8a4bf42e75c5405a7cb096adf1135ce415fd0f5a.zip
Fix: Dynamic Text being hidden after 80 blocks (#2103)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/test')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/test/GraphEditor.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/test/GraphEditor.kt b/src/main/java/at/hannibal2/skyhanni/test/GraphEditor.kt
index 318486440..0e4f36d32 100644
--- a/src/main/java/at/hannibal2/skyhanni/test/GraphEditor.kt
+++ b/src/main/java/at/hannibal2/skyhanni/test/GraphEditor.kt
@@ -152,6 +152,7 @@ object GraphEditor {
smallestDistanceVew = 12.0,
ignoreY = true,
yOff = -15f,
+ maxDistance = 80,
)
}