aboutsummaryrefslogtreecommitdiff
path: root/src/game.zig
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/game.zig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game.zig b/src/game.zig
index ce98eef..a8be210 100644
--- a/src/game.zig
+++ b/src/game.zig
@@ -40,6 +40,8 @@ pub const Game = struct {
}
self.brothers[0].resetRound();
self.brothers[1].resetRound();
+ self.gamepads[0].reset();
+ self.gamepads[1].reset();
}
pub fn update(self: *Game) bool {
self.gamepads[0].update(w4.GAMEPAD1.*);