aboutsummaryrefslogtreecommitdiff
path: root/src/inputs.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/inputs.zig')
-rw-r--r--src/inputs.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inputs.zig b/src/inputs.zig
index 7a5e706..a2ab59e 100644
--- a/src/inputs.zig
+++ b/src/inputs.zig
@@ -6,7 +6,7 @@ const w4 = @import("wasm4.zig");
pub const Buttons = packed struct {
x: bool = false,
y: bool = false,
- _: u2,
+ _: u2 = 0,
left: bool = false,
right: bool = false,
up: bool = false,