diff --git a/DS4Windows/DS4Library/DS4Device.cs b/DS4Windows/DS4Library/DS4Device.cs index 87dc9d7..b0dc673 100644 --- a/DS4Windows/DS4Library/DS4Device.cs +++ b/DS4Windows/DS4Library/DS4Device.cs @@ -876,8 +876,8 @@ namespace DS4Windows } } - bool ds4ActiveFrame = cState.FrameCounter == pState.FrameCounter; - if (!ds4ActiveFrame) + bool ds4InactiveFrame = cState.FrameCounter == pState.FrameCounter; + if (!ds4InactiveFrame) { isRemoved = false; }