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

Commit 87b9c9a

Browse files
Merge pull request #451 from Belchy06/master
Fix warnings about GamepadButtonReleased
2 parents 606298d + 898504d commit 87b9c9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Frontend/library/src/Inputs/GamepadController.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@ export class GamePadController {
202202
} else {
203203
toStreamerHandlers.get('GamepadButtonReleased')([
204204
controllerIndex,
205-
i
205+
i,
206+
0
206207
]);
207208
}
208209
}

0 commit comments

Comments
 (0)