mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-01-20 23:40:25 +01:00
FLM: Fixed bug where total deltas were not set to zero.
This commit is contained in:
parent
c536393054
commit
a0243c74a6
|
|
@ -71,7 +71,7 @@ namespace SteamController.Devices
|
|||
|
||||
// Reset gesture state
|
||||
gestureCommitted = false;
|
||||
totalDeltaX = totalDeltaY;
|
||||
totalDeltaX = totalDeltaY = 0;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue