Skip to content

Commit

Permalink
try release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamReifsneider committed Jul 22, 2020
1 parent 918b526 commit acad28c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BOX-BUX/Assets/Scripts/Holder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ private void Update()

public void SetHeld(Pickable held)
{
if (releasing)
{
return;
}
Debug.Log("Holding");
becomingHeld = true;
this.held = held;
Expand Down

0 comments on commit acad28c

Please sign in to comment.