Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #451 from Belchy06/master
Browse files Browse the repository at this point in the history
Fix warnings about GamepadButtonReleased
  • Loading branch information
mcottontensor committed Dec 13, 2023
2 parents 606298d + 898504d commit 87b9c9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Frontend/library/src/Inputs/GamepadController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ export class GamePadController {
} else {
toStreamerHandlers.get('GamepadButtonReleased')([
controllerIndex,
i
i,
0
]);
}
}
Expand Down

0 comments on commit 87b9c9a

Please sign in to comment.