Skip to content

Commit

Permalink
Temporarily disable handedness...
Browse files Browse the repository at this point in the history
  • Loading branch information
LumpBloom7 committed Jan 28, 2021
1 parent 0306056 commit e39504a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ protected override void Update()
pair.Value.FinishUsage();
else if (!pair.Value.IsInUse)
{
InUsePointers.Remove(pair.Key);
InUsePointers.Remove(pair.Key);/*
if (pair.Value.LeftHand) --leftCount;
else --rightCount;
else --rightCount; */
}
}
}
Expand Down

0 comments on commit e39504a

Please sign in to comment.