mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-07 23:33:52 +00:00
FLM: Fixed bug where total deltas were not set to zero.
This commit is contained in:
parent
c536393054
commit
a0243c74a6
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ namespace SteamController.Devices
|
|||
|
||||
// Reset gesture state
|
||||
gestureCommitted = false;
|
||||
totalDeltaX = totalDeltaY;
|
||||
totalDeltaX = totalDeltaY = 0;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue