From 9c99f25a567003a1f8bfbec4f06c74e68069c584 Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Thu, 13 Oct 2022 21:40:32 +0100 Subject: [PATCH] Spell left correctly --- agb/src/input.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agb/src/input.rs b/agb/src/input.rs index c5c4f47e..9974df82 100644 --- a/agb/src/input.rs +++ b/agb/src/input.rs @@ -51,7 +51,7 @@ bitflags! { const START = 1 << 3; /// The RIGHT button on the D-Pad const RIGHT = 1 << 4; - /// The LFET button on the D-Pad + /// The LEFT button on the D-Pad const LEFT = 1 << 5; /// The UP button on the D-Pad const UP = 1 << 6;