mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 01:21:34 +11:00
Spell left correctly
This commit is contained in:
parent
3a24fca5b1
commit
9c99f25a56
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue