From ceb2fbbb44491af799a2ef75e7b37d7374009be5 Mon Sep 17 00:00:00 2001 From: Pill <306560024+pilloewstin@users.noreply.github.com> Date: Tue, 11 Aug 2026 21:33:39 -0400 Subject: [PATCH] fix: make legs straight --- .../kotlin/fr/raconteur/simpleskinswapper/gui/SkinRenderer.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/fr/raconteur/simpleskinswapper/gui/SkinRenderer.kt b/src/main/kotlin/fr/raconteur/simpleskinswapper/gui/SkinRenderer.kt index 91e398a..2190c4a 100644 --- a/src/main/kotlin/fr/raconteur/simpleskinswapper/gui/SkinRenderer.kt +++ b/src/main/kotlin/fr/raconteur/simpleskinswapper/gui/SkinRenderer.kt @@ -121,7 +121,7 @@ object SkinRenderer { val t = SimpleSkinSwapperClient.TOTAL_TICK_DELTA * 0.067F s.walkAnimationPos = Mth.sin(t.toDouble()).toFloat() * 0.05F - s.walkAnimationSpeed = 0.1F + s.walkAnimationSpeed = 0.0F s.attackTime = 0.0F s.swimAmount = 0.0F s.speedValue = 1.0F