Skip to content

Commit

Permalink
Threshold -> 2.5f
Browse files Browse the repository at this point in the history
  • Loading branch information
miarolfe committed Apr 13, 2023
1 parent e365b75 commit 1c8a75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHIPSZ/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ static void Main(string[] args)
if (SK.System.displayType == Display.Opaque)
Default.MeshCube.Draw(floor.GetMaterial(), floor.GetTransform());
if (Input.Key(Key.F).IsJustActive() || (Magnitude(GetVelocity(hand.palm.position, handPreviousFrame)) > 4f && hand.gripActivation == 0))
if (Input.Key(Key.F).IsJustActive() || (Magnitude(GetVelocity(hand.palm.position, handPreviousFrame)) > 2.5f && hand.gripActivation == 0))
{
if (spawnBallTimer.elasped)
{
Expand Down

0 comments on commit 1c8a75b

Please sign in to comment.