Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Secticide committed Dec 18, 2024
1 parent 26146e9 commit 7751db0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ private void OnDeviceChange(InputDevice device, InputDeviceChange change)
if (device.deviceId != m_Control.device.deviceId)
return;

if (change == InputDeviceChange.Removed)
if (change == InputDeviceChange.Removed)
Close();
}

Expand Down

0 comments on commit 7751db0

Please sign in to comment.