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

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