Skip to content

Commit

Permalink
Stop logging controller glitches
Browse files Browse the repository at this point in the history
  • Loading branch information
andybak committed Feb 5, 2025
1 parent aff4ed0 commit f00fdb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Assets/Scripts/Tools/FreePaintTool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ void PositionPointer()
// TODO:Mikesky: See if can be done at input level
if (InputManager.m_Instance.GetControllerBehavior(InputManager.ControllerName.Brush).transform.position == Vector3.zero)
{
Debug.LogError($"Controller Glitch!");
return;
}

Expand Down

0 comments on commit f00fdb0

Please sign in to comment.