Change variable name

This commit is contained in:
Travis Nickles 2017-06-22 22:30:22 -07:00
parent 19afe15937
commit a4b540d62c

View File

@ -876,8 +876,8 @@ namespace DS4Windows
} }
} }
bool ds4ActiveFrame = cState.FrameCounter == pState.FrameCounter; bool ds4InactiveFrame = cState.FrameCounter == pState.FrameCounter;
if (!ds4ActiveFrame) if (!ds4InactiveFrame)
{ {
isRemoved = false; isRemoved = false;
} }