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

Commit

Permalink
Fix warnings about GamepadButtonReleased
Browse files Browse the repository at this point in the history
  • Loading branch information
Belchy06 committed Dec 12, 2023
1 parent 606298d commit 898504d
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 898504d

Please sign in to comment.