Fixes the hand not properly sliding out of view.

This commit is contained in:
Markil3
2021-03-04 09:05:09 -07:00
parent 637766ce46
commit 2fe4ec56f8
2 changed files with 2 additions and 2 deletions

View File

@@ -11,6 +11,6 @@ forge_version=35.1.37
cloth_version=4.11.14 cloth_version=4.11.14
# Mod Properties # Mod Properties
mod_version = 1.0 mod_version = 1.1
maven_group = markil3 maven_group = markil3
archives_base_name = immersive_hud archives_base_name = immersive_hud

View File

@@ -295,7 +295,7 @@ public class TimerUtils
MatrixStack matrixStack, MatrixStack matrixStack,
float ticks) float ticks)
{ {
float HAND_UP_TIME = 1F; float HAND_UP_TIME = 20F;
switch (hand) switch (hand)
{ {