Fixes the hand not properly sliding out of view.
This commit is contained in:
@@ -295,7 +295,7 @@ public class TimerUtils
|
||||
MatrixStack matrixStack,
|
||||
float ticks)
|
||||
{
|
||||
float HAND_UP_TIME = 1F;
|
||||
float HAND_UP_TIME = 20F;
|
||||
|
||||
switch (hand)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user